6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function QCAudits() {
|
||
|
|
return <ComingSoon title="Audits" blurb="Internal, supplier, and external audits with findings management." />
|
||
|
|
}
|