We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51e00e commit fb24f34Copy full SHA for fb24f34
engine/community-modules/camera/src/main/resources/view/camera-module/CameraToggleModule.js
@@ -1,6 +1,6 @@
1
import { CameraModule } from './CameraModule.js';
2
import { ErrorLog } from '../core/ErrorLog.js'
3
-import { DuplicateToggleValueError } from "./errors/DuplicateToggleValueError";
+import { DuplicateToggleValueError } from "./errors/DuplicateToggleValueError.js";
4
5
export class CameraToggleModule {
6
@@ -67,4 +67,4 @@ function pushDuplicateErrors () {
67
}
68
69
70
-}
+}
0 commit comments