diff --git a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx index 054181cd6..6a9322506 100644 --- a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx +++ b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx @@ -29,8 +29,8 @@ import { setClientServerSelection, } from '../services/clientHttp'; import { - beginPlatformSessionTransition, beginPlatformSessionClearTransition, + beginPlatformSessionTransition, clearCommittedPlatformSession, commitAuthenticatedPlatformSession, currentPlatformSessionApiBaseUrl, diff --git a/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts index 03a3d7fd5..fb2ce862c 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts @@ -7,8 +7,8 @@ import { setClientServerSelection, } from '../../src/services/clientHttp'; import { - beginPlatformSessionTransition, beginPlatformSessionClearTransition, + beginPlatformSessionTransition, clearCommittedPlatformSession, commitAuthenticatedPlatformSession, currentPlatformSessionGeneration,