aboutsummaryrefslogtreecommitdiff
path: root/src/stores/subsPlease.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/subsPlease.ts')
-rw-r--r--src/stores/subsPlease.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/subsPlease.ts b/src/stores/subsPlease.ts
index df36ff68..a1276a1c 100644
--- a/src/stores/subsPlease.ts
+++ b/src/stores/subsPlease.ts
@@ -1,5 +1,5 @@
-import type { SubsPlease } from "$lib/Media/Anime/Airing/Subtitled/subsPlease";
import { writable } from "svelte/store";
+import type { SubsPlease } from "$lib/Media/Anime/Airing/Subtitled/subsPlease";
const subsPlease = writable<SubsPlease>(undefined);