Remove unused import in viewport-host.ts

This commit is contained in:
2026-04-15 15:01:49 +02:00
parent 3f8686ab02
commit ab5f5d2010

View File

@@ -52,7 +52,6 @@ import {
isModelInstanceSelected, isModelInstanceSelected,
isPathPointSelected, isPathPointSelected,
isPathSelected, isPathSelected,
isSelectionActiveId,
type EditorSelection type EditorSelection
} from "../core/selection"; } from "../core/selection";
import { getWhiteboxSelectionFeedbackLabel } from "../core/whitebox-selection-feedback"; import { getWhiteboxSelectionFeedbackLabel } from "../core/whitebox-selection-feedback";