feat: add AppShell + Topbar + 6-route AppRouter with stub pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
frontend/src/pages/Overview/OverviewPage.tsx
Normal file
3
frontend/src/pages/Overview/OverviewPage.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function OverviewPage() {
|
||||
return <div className="page-content"><p>Overview</p></div>;
|
||||
}
|
||||
Reference in New Issue
Block a user