index.js 363 Bytes
import overview from './overview-iframe';
import sale from './sale-iframe';
import outinstore from './outinstore-iframe';
import stock from './stock-iframe';
import shop from './shop';
import product from './product';
import inventory from './inventory';
export default {
    overview,
    sale,
    outinstore,
    stock,
    shop,
    product,
    inventory
};