Files
sam-react-prod/src/components/production/WorkOrders/documents/index.ts

14 lines
620 B
TypeScript
Raw Normal View History

// 작업일지 문서 (공정별)
export { ScreenWorkLogContent } from './ScreenWorkLogContent';
export { SlatWorkLogContent } from './SlatWorkLogContent';
export { BendingWorkLogContent } from './BendingWorkLogContent';
// 중간검사 성적서 문서 (공정별)
export { ScreenInspectionContent } from './ScreenInspectionContent';
export { SlatInspectionContent } from './SlatInspectionContent';
export { BendingInspectionContent } from './BendingInspectionContent';
export type { InspectionContentRef } from './ScreenInspectionContent';
// 모달
export { InspectionReportModal } from './InspectionReportModal';