index.js 78 B

1234
  1. import Cell from './src/cell'
  2. export * from './src/cell'
  3. export default Cell