7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
|
|
/**
|
||
|
|
* 품목 유형별 폼 컴포넌트 export
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { default as MaterialForm } from './MaterialForm';
|
||
|
|
export { default as ProductForm, ProductCertificationSection } from './ProductForm';
|
||
|
|
export { default as PartForm } from './PartForm';
|