We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43540 commit b4d3c83Copy full SHA for b4d3c83
frontend/src/lib/components/modals/updates/updatesStore.ts
@@ -1,7 +1,5 @@
1
import { writable } from 'svelte/store';
2
3
-import type { ficsitcli } from '$wailsjs/go/models';
4
-
5
// Because skeleton only ever keeps one modal loaded, we want to store this state between modals
6
export const selectedUpdates = writable<string[]>([]);
7
export const showIgnored = writable(false);
0 commit comments