Skip to content

Commit caba808

Browse files
committed
refactor(editor): remove unused ProseMirrorNode import
1 parent 96f0a60 commit caba808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor/extensions/TableOfContents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Node as ProseMirrorNode, mergeAttributes, Node as TiptapNode } from '@tiptap/core';
1+
import { mergeAttributes, Node as TiptapNode } from '@tiptap/core';
22
import { ReactNodeViewRenderer } from '@tiptap/react';
33
import { NodeViewWrapper } from '@tiptap/react';
44
import type { Editor } from '@tiptap/react';

0 commit comments

Comments
 (0)