basic structure for pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function Lobby() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-between p-24">
|
||||
<h1>Lobby</h1>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user