feat(admin): sidebar shell + routing
This commit is contained in:
4
apps/admin/src/screens/Live.tsx
Normal file
4
apps/admin/src/screens/Live.tsx
Normal 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>;
|
||||
}
|
||||
Reference in New Issue
Block a user