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