5 lines
78 B
Java
5 lines
78 B
Java
|
|
import Cell from './src/cell'
|
||
|
|
|
||
|
|
export * from './src/cell'
|
||
|
|
export default Cell
|