Skip to content

Commit b4d3c83

Browse files
committed
Remove unused import
1 parent 6f43540 commit b4d3c83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { writable } from 'svelte/store';
22

3-
import type { ficsitcli } from '$wailsjs/go/models';
4-
53
// Because skeleton only ever keeps one modal loaded, we want to store this state between modals
64
export const selectedUpdates = writable<string[]>([]);
75
export const showIgnored = writable(false);

0 commit comments

Comments
 (0)