Changes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user