ERP-node/frontend/components/pop/management/index.ts

9 lines
273 B
TypeScript

/**
* POP 화면 관리 컴포넌트
*/
export { PopCategoryTree } from "./PopCategoryTree";
export { PopScreenPreview } from "./PopScreenPreview";
export { PopScreenFlowView } from "./PopScreenFlowView";
export { PopScreenSettingModal } from "./PopScreenSettingModal";