Skip to content

Commit

Permalink
fix: removed double imports
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Aug 23, 2024
1 parent 4ee7abd commit 4fea121
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/imports/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export const defaultMarks = [
export const defaultExtensions = [
{ name: 'Extension', path: '@tiptap/core' },
{ name: 'StarterKit', path: '@tiptap/starter-kit' },
{ name: 'BubbleMenu', path: '@tiptap/extension-bubble-menu' },
{ name: 'Gapcursor', path: '@tiptap/extension-gapcursor' },
{ name: 'FloatingMenu', path: '@tiptap/extension-floating-menu' },
{ name: 'Dropcursor', path: '@tiptap/extension-dropcursor' },
{ name: 'History', path: '@tiptap/extension-history' },
];
Expand Down

0 comments on commit 4fea121

Please sign in to comment.