Reorder imports in App.tsx

This commit is contained in:
2026-04-14 01:36:20 +02:00
parent ed4b1ea001
commit df10c63c57

View File

@@ -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