From 1b0e387a22388fd8701941077d1d3a0a19b5be3b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 03:43:45 +0200 Subject: [PATCH] Update import type in App.tsx --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index b0320a96..ff86d930 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -345,7 +345,7 @@ import { createDefaultRuntimeGlobalState, type RuntimeGlobalState } from "../runtime-three/runtime-global-state"; -import type { RuntimeSceneExitTransitionRequest } from "../runtime-three/runtime-host"; +import type { RuntimeSceneTransitionRequest } from "../runtime-three/runtime-host"; import { advanceRuntimeClockState, areRuntimeClockStatesEqual,