This commit is contained in:
gpt-engineer-app[bot]
2026-02-27 01:13:10 +00:00
parent 1709a8e9e4
commit 379f3f96e6
5 changed files with 235 additions and 14 deletions
+5
View File
@@ -6,6 +6,7 @@ import { ModelViewerCanvas } from '@/components/three/ModelViewer';
import { ViewerControls } from '@/components/ViewerControls';
import { InspectionChecklist } from '@/components/InspectionChecklist';
import { FineTuningControls } from '@/components/FineTuningControls';
import { MeasurementsList } from '@/components/MeasurementsList';
import { useEffect } from 'react';
import { toast } from 'sonner';
import { ScrollArea } from '@/components/ui/scroll-area';
@@ -89,6 +90,10 @@ const Viewer = () => {
<Separator />
<MeasurementsList />
<Separator />
<InspectionChecklist />
<div className="rounded-lg border bg-muted/50 p-3">