Files
notesnook/packages/editor/dist/extensions/tablecell/index.js
thecodrr 7ae6590350 updates
2022-04-17 07:22:15 +05:00

4 lines
98 B
JavaScript

import { TableCell } from "./table-cell";
export * from "./table-cell";
export default TableCell;