From a74f83aea81b84a42850db086fe88d792f936c3c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:29:19 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/XRHud.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/XRHud.tsx b/src/components/XRHud.tsx index 9bb8147..f93922a 100644 --- a/src/components/XRHud.tsx +++ b/src/components/XRHud.tsx @@ -9,6 +9,7 @@ import { Slider } from '@/components/ui/slider'; import { ScrollArea } from '@/components/ui/scroll-area'; import { useModelStore } from '@/stores/useModelStore'; import { InspectionChecklist } from '@/components/InspectionChecklist'; +import { ScaleSelector } from '@/components/ScaleSelector'; import { toast } from 'sonner'; const POSITION_STEP = 0.001;