mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/state/session: clean up
This commit is contained in:
parent
51bd2f72fd
commit
3336210e93
1 changed files with 1 additions and 3 deletions
|
@ -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>();
|
||||
|
|
Loading…
Reference in a new issue