refactoring

This commit is contained in:
Philipp Kühn
2021-02-28 00:02:51 +01:00
parent 015c47707a
commit 4721fe451f
4 changed files with 7 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
export * from '@tiptap/core'
export { VueRenderer } from './VueRenderer'
export { VueNodeViewRenderer } from './VueNodeViewRenderer'
export { Editor } from './Editor'
export { EditorContent } from './EditorContent'
export * from './EditorContent'
export * from './VueRenderer'
export * from './VueNodeViewRenderer'