From cf5eefc19b69aac569136f0ab5424e259470f75d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:06:37 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/devkit/FakeControllers.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devkit/FakeControllers.tsx b/src/devkit/FakeControllers.tsx index eb22ae2..00aca17 100644 --- a/src/devkit/FakeControllers.tsx +++ b/src/devkit/FakeControllers.tsx @@ -18,6 +18,7 @@ import { useFrame } from '@react-three/fiber'; import * as THREE from 'three'; import { fakeInput, setFakeActive } from './fakeInputStore'; import { isPlaybackActive } from './macroStore'; +import { useModelStore } from '@/stores/useModelStore'; const STEP = 0.03; // m per keypress