diff options
Diffstat (limited to 'src/stores/stateBin.ts')
| -rw-r--r-- | src/stores/stateBin.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/stateBin.ts b/src/stores/stateBin.ts index 3fd38a99..9f5cf5fe 100644 --- a/src/stores/stateBin.ts +++ b/src/stores/stateBin.ts @@ -1,6 +1,6 @@ -import { browser } from "$app/environment"; -import { writable, get, type Writable } from "svelte/store"; import localforage from "localforage"; +import { get, type Writable, writable } from "svelte/store"; +import { browser } from "$app/environment"; interface StateBin { dueAnimeListOpen?: boolean; |