6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function MgmtDashboard() {
|
||
|
|
return <ComingSoon title="Management dashboard" blurb="Read-only executive view of quality performance." />
|
||
|
|
}
|