Skip to content

Commit 2ed995b

Browse files
committed
Export core/serialization to Trix global
1 parent 7bf3e5a commit 2ed995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trix/core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import "./object"
22
import "./helpers"
33
import "./collections"
44
import "./utilities"
5-
import "./serialization"
5+
export * as serialization from "./serialization"

0 commit comments

Comments
 (0)