src/Cell/index.js
import './style';
export Cell from './Cell';
export CellBody from './CellBody';
export CellFooter from './CellFooter';
export CellHeader from './CellHeader';
export Cells from './Cells';
export CellsTitle from './CellsTitle';
export CellsTips from './CellsTips';