web/settings: move to state folder

This commit is contained in:
dumbmoron
2024-07-13 13:17:03 +00:00
parent 4232c3437b
commit 1f0958a0d1
12 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { readable, derived, type Readable } from 'svelte/store';
import settings from '$lib/settings';
import settings from '$lib/state/settings';
import { themeOptions } from '$lib/types/settings';
type Theme = typeof themeOptions[number];