From 6d9bcb0880c037adfb875ff59740e3d00f1b1f93 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 01:35:46 +0200 Subject: [PATCH] Update import statements in runtime-host.ts --- src/runtime-three/runtime-host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 882cf719..ebf9ee0c 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -83,6 +83,7 @@ import { type AdvancedRenderingSettings } from "../document/world-settings"; import { getNpcColliderHeight } from "../entities/entity-instances"; +import type { InteractionLink } from "../interactions/interaction-links"; import { FirstPersonNavigationController } from "./first-person-navigation-controller"; import type { @@ -94,7 +95,6 @@ import type { } from "./navigation-controller"; import { RapierCollisionWorld } from "./rapier-collision-world"; import { - type InteractionLink, RuntimeInteractionSystem, type RuntimeInteractionDispatcher, type RuntimeInteractionPrompt