6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function MgmtReports() {
|
||
|
|
return <ComingSoon title="Reports" blurb="Read-only quality reports and exports." />
|
||
|
|
}
|