index.js 464 Bytes
import ModalSizeEdit from './modal-size-edit';
import ModalStockOut from './modal-stock-out';
import ModalDeliver from './modal-deliver';
import ModalExample from './modal-example';
import ModalImport from './modal-import';
import ModalSknImage from './modal-skn-image';
import ModalPurview from './modal-purview';

export default {
    ModalSizeEdit,
    ModalStockOut,
    ModalDeliver,
    ModalExample,
    ModalImport,
    ModalSknImage,
    ModalPurview,
};