fixes, orval, downloader functioning again
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
export default function ChatLayout() {
|
||||
return (
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<header className="bg-gray-800 text-white p-4">
|
||||
<h1 className="text-xl font-bold">Chat</h1>
|
||||
</header>
|
||||
<main className="flex-1 p-4">
|
||||
nothing now
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user