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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/subsPlease.ts b/src/stores/subsPlease.ts
index 1006ce25..df36ff68 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";
+import { writable } from "svelte/store";
const subsPlease = writable<SubsPlease>(undefined);