From b92735097093dda8146b5387a13c59134b44b932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BD=A6=E5=90=9B?= Date: Fri, 7 Apr 2017 19:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=B7=B7=E7=94=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- src/dat/gui/GUI.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;