Fix module resolution stuff

This commit is contained in:
Jon Staab
2025-04-02 13:17:06 -07:00
parent 13818e5c80
commit 932a08b7b1
13 changed files with 39 additions and 35 deletions
+2
View File
@@ -1,3 +1,5 @@
export * from "./nodeviews/index.js"
export * from "./extensions/index.js"
export * from "./plugins/index.js"
export {Editor, NodeViewProps} from '@tiptap/core'
export {UploadTask} from 'nostr-editor'