6 lines
214 B
TypeScript
6 lines
214 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function AdminDashboard() {
|
||
|
|
return <ComingSoon title="Admin dashboard" blurb="Org-wide KPIs, open items, and audit-trail health at a glance." />
|
||
|
|
}
|