import { ChatInput } from '@/components/chat-input'; export function ChatBox() { return (
); }