-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: just use default export again
- Loading branch information
1 parent
2ca41cf
commit c1a6300
Showing
3 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @ts-ignore | ||
import { Dropcursor } from '@tiptap/extensions/drop-cursor' | ||
import { Dropcursor } from '@tiptap/extensions' | ||
|
||
// @ts-ignore | ||
export { Dropcursor, DropcursorOptions } from '@tiptap/extensions/drop-cursor' | ||
export { Dropcursor, DropcursorOptions } from '@tiptap/extensions' | ||
|
||
export default Dropcursor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @ts-ignore | ||
import { Focus } from '@tiptap/extensions/focus' | ||
import { Focus } from '@tiptap/extensions' | ||
|
||
// @ts-ignore | ||
export { Focus, FocusOptions } from '@tiptap/extensions/focus' | ||
export { Focus, FocusOptions } from '@tiptap/extensions' | ||
|
||
export default Focus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @ts-ignore | ||
import { Gapcursor } from '@tiptap/extensions/gap-cursor' | ||
import { Gapcursor } from '@tiptap/extensions' | ||
|
||
// @ts-ignore | ||
export { Gapcursor } from '@tiptap/extensions/gap-cursor' | ||
export { Gapcursor } from '@tiptap/extensions' | ||
|
||
export default Gapcursor |