diff options
| author | Fuwn <[email protected]> | 2026-01-23 17:57:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-23 17:57:05 -0800 |
| commit | 757f95a4ffcdc89152927c6799c5655ece651d65 (patch) | |
| tree | a54b957287505a06263c7659fa6452ae033f1092 /src/stores | |
| parent | refactor(MediaRoulette): Use Svelte 5 syntax (diff) | |
| download | due.moe-757f95a4ffcdc89152927c6799c5655ece651d65.tar.xz due.moe-757f95a4ffcdc89152927c6799c5655ece651d65.zip | |
fix: Resolve unused imports, dead code, and type definitions
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/settings.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts index bfe4ff64..bb9fca7f 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -4,7 +4,6 @@ import { get, writable } from 'svelte/store'; import settingsSyncPulled from './settingsSyncPulled'; import settingsSyncTimes from './settingsSyncTimes'; import identity from './identity'; -import localforage from 'localforage'; const VERSION = '1.0.1'; |