import ChatWindow from '@/components/ChatWindow'; const Page = ({ params }: { params: { chatId: string } }) => { return ; }; export default Page;