From d110dcb32c673b21694d25c27b3d6202062d8040 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 20:30:42 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/ViewCube.tsx | 1 + 1 file changed, 1 insertion(+) 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';