feat: implement dashboard mockup and route

This commit is contained in:
syntaxbullet
2026-01-07 13:29:06 +01:00
parent ac4025e179
commit 63f55b6dfd
6 changed files with 307 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ export function BaseLayout({ title, content }: LayoutProps): string {
<h1>Aurora Web</h1>
<nav>
<a href="/">Home</a>
<a href="/dashboard">Dashboard</a>
</nav>
</header>
<main>