index.js
412 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';
export {
CellImage,
CellInfo,
CellPrice,
CellDeliver,
CellDispatch,
CellPrdInfo,
CellStockOut
};