diff --git a/nexus/components/spatial-memory.js b/nexus/components/spatial-memory.js index ed7555c..f963de6 100644 --- a/nexus/components/spatial-memory.js +++ b/nexus/components/spatial-memory.js @@ -373,6 +373,4 @@ const SpatialMemory = (() => { }; })(); -if (typeof module !== 'undefined' && module.exports) { - module.exports = SpatialMemory; -} +export { SpatialMemory };