This commit is contained in:
2025-11-13 18:08:38 +01:00
parent 1dc540582d
commit 53adb131e0
9 changed files with 75 additions and 193 deletions

View File

@ -1,5 +1,5 @@
import { writable } from 'svelte/store';
import type { ThemeName } from '$lib/themes';
import type { ThemeName } from '../themes';
const STORAGE_KEY = 'editorSettings';