chore(web): update to newer persisted store package name (#17094)

This commit is contained in:
Ben McCann
2025-03-28 12:40:57 -07:00
committed by GitHub
parent 6419ac74af
commit 9f0dbfc150
5 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { browser } from '$app/environment';
import { Theme, defaultLang } from '$lib/constants';
import { getPreferredLocale } from '$lib/utils/i18n';
import { persisted } from 'svelte-local-storage-store';
import { persisted } from 'svelte-persisted-store';
import { get } from 'svelte/store';
export interface ThemeSetting {