This commit is contained in:
gpt-engineer-app[bot]
2026-02-27 01:00:36 +00:00
parent b8186e6677
commit 7554caa217
3 changed files with 133 additions and 1 deletions
+5
View File
@@ -5,6 +5,7 @@ import { useModelStore } from '@/stores/useModelStore';
import { ModelViewerCanvas } from '@/components/three/ModelViewer';
import { ViewerControls } from '@/components/ViewerControls';
import { InspectionChecklist } from '@/components/InspectionChecklist';
import { FineTuningControls } from '@/components/FineTuningControls';
import { useEffect } from 'react';
import { toast } from 'sonner';
import { ScrollArea } from '@/components/ui/scroll-area';
@@ -84,6 +85,10 @@ const Viewer = () => {
<Separator />
<FineTuningControls />
<Separator />
<InspectionChecklist />
<div className="rounded-lg border bg-muted/50 p-3">