import { Chat } from "@/components/chat"; import { Container } from "@/components/container"; export default function ChatPage() { return ( ); }