6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function QCDashboard() {
|
||
|
|
return <ComingSoon title="QC dashboard" blurb="CAPA, NCR, audit, and supplier health for the quality team." />
|
||
|
|
}
|