aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-23 17:57:05 -0800
committerFuwn <[email protected]>2026-01-23 17:57:05 -0800
commit757f95a4ffcdc89152927c6799c5655ece651d65 (patch)
treea54b957287505a06263c7659fa6452ae033f1092 /src/stores
parentrefactor(MediaRoulette): Use Svelte 5 syntax (diff)
downloaddue.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.ts1
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';