Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Aug 16, 2024
1 parent 71d98ef commit 3fb6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/Table/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { type TableRowOptions, TableRow } from '@tiptap/extension-table-row'
export { Table, type TableOptions } from './TableExtension'
export { Table, type TableOptions } from './Table'
export { TableCell, type TableCellOptions } from '@tiptap/extension-table-cell'
export { TableHeader, type TableHeaderOptions } from '@tiptap/extension-table-header'

Expand Down

0 comments on commit 3fb6b00

Please sign in to comment.