diff --git a/assets/ts/stores.ts b/assets/ts/stores.ts index 257d0be..015beb4 100644 --- a/assets/ts/stores.ts +++ b/assets/ts/stores.ts @@ -1,3 +1,3 @@ import {writable} from "svelte/store"; -export const locals = writable({}); +export const locals = writable>({});