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,