mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-05 05:39:39 +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>();
|