Remove unused imports from App.tsx and transform-session.ts

This commit is contained in:
2026-04-03 02:16:54 +02:00
parent d350a8839f
commit 21bf3b30a6
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import {
type EntityInstance,
type EntityKind
} from "../entities/entity-instances";
import { cloneModelInstance, getModelInstanceKindLabel, type ModelInstance } from "../assets/model-instances";
import { cloneModelInstance, getModelInstanceKindLabel } from "../assets/model-instances";
import type { ViewportPanelId } from "../viewport-three/viewport-layout";
export type TransformOperation = "translate" | "rotate" | "scale";