This commit is contained in:
JK-le-dev 2025-10-19 10:58:57 -05:00
commit 1515ee0589
6 changed files with 118 additions and 28 deletions

View file

@ -5,7 +5,6 @@ function App() {
return (
<div className="dark min-h-screen bg-gray-950 text-white flex justify-center pt-12">
<ChatLayout />
<div></div>
</div>
);
}