Files
qms/pages/qc/index.tsx
T

6 lines
205 B
TypeScript
Raw Normal View History

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." />
}