Files
qms/pages/qc/capas.tsx
T

6 lines
204 B
TypeScript
Raw Permalink Normal View History

import ComingSoon from '@/components/ComingSoon'
export default function QCCapas() {
return <ComingSoon title="CAPA" blurb="Corrective and preventive actions with timeline and progress tracking." />
}