'use client'; import ChatWindow from '@/components/ChatWindow'; import React from 'react'; const Page = () => { return ; }; export default Page;