Skip to content

Commit

Permalink
Fix threejs module import
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jul 13, 2024
1 parent 9536ceb commit de92306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui/app/utils/sleeping-pose-detector.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as THREE from 'three';
import { OBB } from 'three/examples/jsm/math/OBB';
import { OBB } from 'three/examples/jsm/math/OBB.js';
import { SleepingPose } from '../models/sleeping-pose';
import { flatten } from 'lodash';

Expand Down

0 comments on commit de92306

Please sign in to comment.