Update import type in App.tsx

This commit is contained in:
2026-04-15 03:43:45 +02:00
parent 99de573f04
commit 1b0e387a22

View File

@@ -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,