DESKTOP-9BNTV8O
2024-12-24 2fd828d1dc0bb0383d8047b855cfc3a6c48ca6cf
1
2
3
4
5
import Cell from './cell.vue';
import CellGroup from './cell-group.vue';
 
Cell.Group = CellGroup;
export default Cell;