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