diff --git a/index.js b/index.js index d6ac1fa..04926e3 100644 --- a/index.js +++ b/index.js @@ -13,4 +13,4 @@ import dat from './src/dat/index'; -module.exports = dat; +export default dat; diff --git a/src/dat/gui/GUI.js b/src/dat/gui/GUI.js index dbb3e04..803ee1b 100644 --- a/src/dat/gui/GUI.js +++ b/src/dat/gui/GUI.js @@ -1272,4 +1272,4 @@ function updateDisplays(controllerArray) { }); } -module.exports = GUI; +export default GUI;