We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf3e5a commit 2ed995bCopy full SHA for 2ed995b
src/trix/core/index.js
@@ -2,4 +2,4 @@ import "./object"
2
import "./helpers"
3
import "./collections"
4
import "./utilities"
5
-import "./serialization"
+export * as serialization from "./serialization"
0 commit comments