mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
import { TableCell } from "./table-cell";
|
|
export * from "./table-cell";
|
|
export default TableCell;
|