diff options
Diffstat (limited to 'src/stores/lastPruneTimes.ts')
| -rw-r--r-- | src/stores/lastPruneTimes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/lastPruneTimes.ts b/src/stores/lastPruneTimes.ts index 2a770538..9935a2b7 100644 --- a/src/stores/lastPruneTimes.ts +++ b/src/stores/lastPruneTimes.ts @@ -1,6 +1,6 @@ -import { browser } from "$app/environment"; -import { writable } from "svelte/store"; import localforage from "localforage"; +import { writable } from "svelte/store"; +import { browser } from "$app/environment"; interface LastPruneTimes { anime: number; |