diff --git a/src/hooks/useControllerGrab.ts b/src/hooks/useControllerGrab.ts index b41f2de..0a331f8 100644 --- a/src/hooks/useControllerGrab.ts +++ b/src/hooks/useControllerGrab.ts @@ -1,6 +1,7 @@ import { useRef } from 'react'; import { useFrame, useThree } from '@react-three/fiber'; import * as THREE from 'three'; +import { useModelStore } from '@/stores/useModelStore'; // DEVKIT: remove this import + the fake-input block in useFrame to strip devkit import { fakeInput, isFakeActive } from '@/devkit/fakeInputStore';