From dc0f69e433fb77fc318763b4f3de96b87cf49524 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 05:46:39 +0200 Subject: [PATCH] Remove duplicate import in runtime-host.test.ts --- tests/unit/runtime-host.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/runtime-host.test.ts b/tests/unit/runtime-host.test.ts index d03d36d7..fcd10106 100644 --- a/tests/unit/runtime-host.test.ts +++ b/tests/unit/runtime-host.test.ts @@ -11,7 +11,6 @@ import { createPlayModelAnimationControlEffect, createProjectGlobalControlTargetRef, createPlaySoundControlEffect, - createProjectGlobalControlTargetRef, createSetActorPresenceControlEffect, createSetProjectTimePausedControlEffect, type ControlEffect,