index.js
469 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 {
SelectBrand,
SelectCategory,
SelectSeason,
SelectRoom,
SelectExpress,
SelectStockStatus,
SelectSellType
};