File size: 164 Bytes
a2b51e3
a73fb2c
 
 
a2b51e3
 
 
a73fb2c
 
1
2
3
4
5
6
7
8
9
10
import Chat from "@/components/Chat";

export default function Home() {
  return (
    <main className="min-h-screen p-4 sm:p-8">
      <Chat />
    </main>
  );
}