diff --git a/src/pages/Viewer.tsx b/src/pages/Viewer.tsx index 3c3f616..f0f662b 100644 --- a/src/pages/Viewer.tsx +++ b/src/pages/Viewer.tsx @@ -8,6 +8,7 @@ import { InspectionChecklist } from "@/components/InspectionChecklist"; import { FineTuningControls } from "@/components/FineTuningControls"; import { MeasurementsList } from "@/components/MeasurementsList"; import { ScreenshotGallery } from "@/components/ScreenshotGallery"; +import { ViewCube } from "@/components/ViewCube"; import { ShareButton } from "@/components/ShareButton"; import { CloudLoader } from "@/components/CloudLoader"; import { SceneModelList } from "@/components/SceneModelList";