Files

6 lines
204 B
TypeScript
Raw Permalink Normal View History

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