index.js
475 Bytes
import CellImage from './cell-image';
import CellInfo from './cell-info';
import CellPrice from './cell-price';
import CellDeliver from './cell-deliver';
import CellDispatch from './cell-dispatch';
import CellPrdInfo from './cell-prd-info';
import CellStockOut from './cell-stock-out';
import CellSkuImage from './cell-sku-image';
export {
CellImage,
CellInfo,
CellPrice,
CellDeliver,
CellDispatch,
CellPrdInfo,
CellStockOut,
CellSkuImage
};