'use client' import type { WorkspaceComponentProps } from '@/lib/extensions/workspace-registry' import { ChatPanel } from '@/components/chat/ChatPanel' export default function AiChatWorkspace({ userId }: WorkspaceComponentProps) { return (
) }