chore: rm redundant export

This commit is contained in:
Nick the Sick 2024-08-13 13:22:27 +02:00
parent d137c3181f
commit 6d1621c513
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -9,5 +9,4 @@ export * from './ReactRenderer.js'
export * from './useEditor.js'
export * from './useEditorState.js'
export * from './useReactNodeView.js'
export { Editor } from '@tiptap/core'
export * from '@tiptap/core'