Skip to content

Commit

Permalink
Update screen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Mar 30, 2024
1 parent b0d1d7b commit 4ec5e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author crazyh / https://github.com/crazyh2
*/

import * as THREE from "../libraries/three.module.min.js";
import * as THREE from "../../libraries/three.module.min.js";

class Screen {
constructor(root) {
Expand Down

0 comments on commit 4ec5e72

Please sign in to comment.