index.js 477 Bytes
import SelectBrand from './select-brand';
import SelectCategory from './select-category';
import SelectSeason from './select-season';
import SelectRoom from './select-room';
import SelectExpress from './select-express';
import SelectStockStatus from './select-stock-status';
import SelectSellType from './select-sell-type';

export default {
    SelectBrand,
    SelectCategory,
    SelectSeason,
    SelectRoom,
    SelectExpress,
    SelectStockStatus,
    SelectSellType
};