diff --git a/src/components/ViewCube.tsx b/src/components/ViewCube.tsx index ab44476..ca292b7 100644 --- a/src/components/ViewCube.tsx +++ b/src/components/ViewCube.tsx @@ -12,6 +12,7 @@ import { subscribeCalibration, } from './three/viewCubeBus'; import { useModelStore } from '@/stores/useModelStore'; +import { getModelLocalGroup } from '@/lib/modelTransforms'; import { Check, RotateCcw } from 'lucide-react'; import { toast } from 'sonner';