From df10c63c57a3b34400b79cbef49f50b7a96ddbb1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 01:36:20 +0200 Subject: [PATCH] Reorder imports in App.tsx --- src/app/App.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index ac592241..cf9f704f 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -292,8 +292,6 @@ import { } from "../entities/entity-labels"; import { listNpcActorUsages } from "../entities/npc-actor-registry"; import { - formatControlEffectValue, - formatControlTargetRef, areInteractionLinksEqual, createControlInteractionLink, createPlayAnimationInteractionLink, @@ -306,6 +304,10 @@ import { type InteractionLink, type InteractionTriggerKind } from "../interactions/interaction-links"; +import { + formatControlEffectValue, + formatControlTargetRef +} from "../controls/control-surface"; import { STARTER_MATERIAL_LIBRARY, type MaterialDef