mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import { writable } from "svelte/store";
|
|
import type { CobaltSession } from "$lib/types/api";
|
|
|
|
export const cachedSession = writable<CobaltSession | undefined>();
|