solverforge-hospital / static /app /shell /app-state.mjs
github-actions[bot]
chore: sync uc-hospital Space
7596726
raw
history blame contribute delete
196 Bytes
// Minimal local state kept outside the shared SolverForge UI widgets.
export function createAppState(initialActiveTab) {
return {
currentPlan: null,
activeTab: initialActiveTab,
};
}