feat: add protected role dashboard placeholders
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AWxyMibCuGGtSQSqfajDQ7
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// app/(protected)/management/page.tsx
|
||||
export default function ManagementHome() {
|
||||
return (
|
||||
<main className="p-8 max-w-4xl mx-auto">
|
||||
<h1 className="text-2xl font-bold">Management Dashboard</h1>
|
||||
<p className="mt-2 text-gray-500">Phase 1: KPI dashboard coming here.</p>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user