From de810aa4f52d975045e09b565a3ac74e0f40f28e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:53:11 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/ViewerControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ViewerControls.tsx b/src/components/ViewerControls.tsx index c953524..7b867e4 100644 --- a/src/components/ViewerControls.tsx +++ b/src/components/ViewerControls.tsx @@ -8,7 +8,7 @@ import { useCallback } from 'react'; import { toast } from 'sonner'; import { exportObjectsAsGLB } from '@/lib/exportSelectionGLB'; import * as THREE from 'three'; -import { elementKey } from '@/components/three/ModelViewer'; +import { elementKey, sceneRef } from '@/components/three/ModelViewer'; const WIRE_COLORS = [ { label: 'Cinza', value: '#8899aa' },