Files
qms/pages/qc/documents.tsx
T

6 lines
210 B
TypeScript
Raw Permalink Normal View History

import ComingSoon from '@/components/ComingSoon'
export default function QCDocuments() {
return <ComingSoon title="Documents" blurb="Controlled documents: SOPs, policies, forms, and work instructions." />
}