diff --git a/src/trix/core/index.js b/src/trix/core/index.js index a851ad2c2..f949eecc4 100644 --- a/src/trix/core/index.js +++ b/src/trix/core/index.js @@ -2,4 +2,4 @@ import "./object" import "./helpers" import "./collections" import "./utilities" -import "./serialization" +export * as serialization from "./serialization"