mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-19 14:38:50 +00:00
web/settings: move to state folder
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user