处理混用问题

This commit is contained in:
林彦君 2017-04-07 19:16:57 +08:00
parent ab80fca553
commit b927350970
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@
import dat from './src/dat/index';
module.exports = dat;
export default dat;

View File

@ -1272,4 +1272,4 @@ function updateDisplays(controllerArray) {
});
}
module.exports = GUI;
export default GUI;