6 lines
260 B
TypeScript
6 lines
260 B
TypeScript
|
|
// 검사관리 컴포넌트 및 타입 export
|
||
|
|
export * from './types';
|
||
|
|
export * from './mockData';
|
||
|
|
export { InspectionList } from './InspectionList';
|
||
|
|
export { InspectionCreate } from './InspectionCreate';
|
||
|
|
export { InspectionDetail } from './InspectionDetail';
|