mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-12 19:25:19 +00:00
web/state/session: clean up
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
import type { Writable } from "svelte/store";
|
||||
import type { CobaltSession } from "$lib/types/api";
|
||||
|
||||
export const cachedSession: Writable<CobaltSession | null> = writable();
|
||||
export const cachedSession = writable<CobaltSession | undefined>();
|
||||
|
||||
Reference in New Issue
Block a user