Spaces:
Running
Running
import Chat from "@/components/Chat"; | |
export default function Home() { | |
return ( | |
<main className="min-h-screen p-4 sm:p-8"> | |
<Chat /> | |
</main> | |
); | |
} | |