feat: implement dashboard mockup and route
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user