fix linting issues in react exports

This commit is contained in:
bdbch 2024-04-06 00:15:52 +02:00
parent 0e5af53778
commit 51c5e5fc5c

View File

@ -8,5 +8,5 @@ export * from './NodeViewWrapper.js'
export * from './ReactNodeViewRenderer.js'
export * from './ReactRenderer.js'
export * from './useEditor.js'
export * from './useReactNodeView.js';
export * from './useReactNodeView.js'
export * from '@tiptap/core'