fix(ui): export flushSessionPersistence from sessions barrel file

This commit is contained in:
Gemini AI
2025-12-27 12:46:06 +04:00
Unverified
parent 9fb237e7b8
commit 875be6d903

View File

@@ -26,6 +26,7 @@ import {
setActiveParentSession, setActiveParentSession,
setActiveSession, setActiveSession,
setSessionDraftPrompt, setSessionDraftPrompt,
flushSessionPersistence,
} from "./session-state" } from "./session-state"
import { getDefaultModel } from "./session-models" import { getDefaultModel } from "./session-models"
@@ -113,5 +114,6 @@ export {
setSessionDraftPrompt, setSessionDraftPrompt,
updateSessionAgent, updateSessionAgent,
updateSessionModel, updateSessionModel,
flushSessionPersistence,
} }
export type { SessionInfo } export type { SessionInfo }