diff options
Diffstat (limited to 'examples/lotta-modules/index.js')
-rw-r--r-- | examples/lotta-modules/index.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/lotta-modules/index.js b/examples/lotta-modules/index.js index e86d5e2d8..548acb898 100644 --- a/examples/lotta-modules/index.js +++ b/examples/lotta-modules/index.js @@ -1,11 +1,11 @@ -import "three/three1"; -import "three/three2"; -import "three/three3"; -import "three/three4"; -import "three/three5"; -import "three/three6"; -import "three/three7"; -import "three/three8"; -import "three/three9"; -import "three/three10"; +import "three/three1.js"; +import "three/three2.js"; +import "three/three3.js"; +import "three/three4.js"; +import "three/three5.js"; +import "three/three6.js"; +import "three/three7.js"; +import "three/three8.js"; +import "three/three9.js"; +import "three/three10.js"; // import "@babel/standalone/babel"; |