feat(admin): sidebar shell + routing

This commit is contained in:
Bas van Rossem
2026-06-17 19:03:35 +02:00
parent 77659edf8e
commit 286e2d29db
6 changed files with 346 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
// Placeholder — replaced by the live active-work view in Task 5.
export default function Live() {
return <div className="screen">Live</div>;
}