bill 1 year ago
parent
commit
0ac6d173a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/box/BoxManager.js

+ 1 - 1
src/core/box/BoxManager.js

@@ -1,5 +1,5 @@
 import * as THREE from "three";
 import * as THREE from "three";
-import HorizontalBox from "./horizontalBox";
+import HorizontalBox from "./HorizontalBox";
 import VerticalBox from "./VerticalBox";
 import VerticalBox from "./VerticalBox";
 export default class BoxManager {
 export default class BoxManager {
   constructor(scene) {
   constructor(scene) {