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:
2026-06-03 17:16:00 +08:00
parent 08461215b0
commit 3dc12b0bfe
9 changed files with 55 additions and 3617 deletions

View File

@@ -0,0 +1,3 @@
export function OverviewPage() {
return <div className="page-content"><p>Overview</p></div>;
}