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