refactoring

This commit is contained in:
Philipp Kühn
2021-03-08 22:16:32 +01:00
parent c0fab9d685
commit 7f698a7553
6 changed files with 7 additions and 86 deletions

View File

@@ -2,6 +2,6 @@
export * from '@tiptap/core'
export { Editor } from './Editor'
export * from './useEditor'
export * from './ReactRenderer'
export * from './ReactNodeViewRenderer'
// export * from './ReactRenderer'
// export * from './ReactNodeViewRenderer'
export * from './EditorContent'