aboutsummaryrefslogtreecommitdiff
path: root/src/lib/stores.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/stores.ts')
-rw-r--r--src/lib/stores.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stores.ts b/src/lib/stores.ts
index 2ad4d6f..67238dc 100644
--- a/src/lib/stores.ts
+++ b/src/lib/stores.ts
@@ -1,3 +1,3 @@
import { writable } from "svelte/store";
-export let idList = writable([]);
+export let idList = writable<string[]>([]);