auto-git:

[change] src/document/migrate-scene-document.ts
This commit is contained in:
2026-04-14 01:39:44 +02:00
parent 184147f8d5
commit 72b2cc6ca1

View File

@@ -60,11 +60,9 @@ import {
} from "../entities/entity-instances";
import {
createActiveSceneControlTargetRef,
createControlTargetDescriptor,
createEntityControlTargetRef,
createInteractionControlTargetRef,
createLightControlTargetRef,
createLightIntensityControlChannelDescriptor,
createModelInstanceControlTargetRef,
createPlayModelAnimationControlEffect,
createPlaySoundControlEffect,
@@ -77,7 +75,6 @@ import {
createStopSoundControlEffect,
isControlEntityTargetKind,
isControlInteractionTargetKind,
type ControlChannelDescriptor,
type ControlEffect,
type ControlTargetRef
} from "../controls/control-surface";