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;