use next.js 13 appdir, add initial navbar drawer

This commit is contained in:
Nathaniel Tampus
2023-02-15 14:09:33 +08:00
parent 4324ee6c33
commit 2ef5e33b0e
10 changed files with 81 additions and 37 deletions

3
client/src/app/page.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function Home() {
return <div>Homepage</div>;
}