Skip to content

Commit

Permalink
[experiments/vr] Add .js to an import to unbreak the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 27, 2022
1 parent d2e4c2c commit f1facf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/experiments.cubing.net/cubing.js/vr/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
LineSegments,
Scene,
} from "three";
import { BoxLineGeometry } from "three/examples/jsm/geometries/BoxLineGeometry";
import { BoxLineGeometry } from "three/examples/jsm/geometries/BoxLineGeometry.js";
import type { VRInput } from "./vr-input";
import type { VRPuzzle } from "./vr-puzzle";

Expand Down

0 comments on commit f1facf9

Please # to comment.