Skip to content

Commit fb24f34

Browse files
ButaniumCGjupoulton
authored andcommitted
Fixed .js missing in import
1 parent c51e00e commit fb24f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/community-modules/camera/src/main/resources/view/camera-module/CameraToggleModule.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CameraModule } from './CameraModule.js';
22
import { ErrorLog } from '../core/ErrorLog.js'
3-
import { DuplicateToggleValueError } from "./errors/DuplicateToggleValueError";
3+
import { DuplicateToggleValueError } from "./errors/DuplicateToggleValueError.js";
44

55
export class CameraToggleModule {
66

@@ -67,4 +67,4 @@ function pushDuplicateErrors () {
6767
}
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)