File size: 93 Bytes
5012205
 
 
 
 
1
2
3
4
5
6
import Chat from "@/components/chat";

export default function Page() {
  return <Chat />;
}