6 lines
203 B
TypeScript
6 lines
203 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function QCSuppliers() {
|
||
|
|
return <ComingSoon title="Suppliers" blurb="Approved supplier list, tiers, scores, and audit scheduling." />
|
||
|
|
}
|