aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Schedule/Crunchyroll.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-13 18:53:52 -0800
committerFuwn <[email protected]>2024-01-13 18:53:52 -0800
commit9a6b2eed085260d8de9a716d79d83080746abf16 (patch)
tree6c85ea701f12564076d08332ce7d39d7d5c162b7 /src/lib/Tools/Schedule/Crunchyroll.svelte
parentchore(followfix): ignore missing error (diff)
downloaddue.moe-9a6b2eed085260d8de9a716d79d83080746abf16.tar.xz
due.moe-9a6b2eed085260d8de9a716d79d83080746abf16.zip
refactor(data): move json to data
Diffstat (limited to 'src/lib/Tools/Schedule/Crunchyroll.svelte')
-rw-r--r--src/lib/Tools/Schedule/Crunchyroll.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Schedule/Crunchyroll.svelte b/src/lib/Tools/Schedule/Crunchyroll.svelte
index 22a16195..9b6b0509 100644
--- a/src/lib/Tools/Schedule/Crunchyroll.svelte
+++ b/src/lib/Tools/Schedule/Crunchyroll.svelte
@@ -1,5 +1,5 @@
<script lang="ts">
- import crunchyroll from '$lib/crunchyroll.json';
+ import crunchyroll from '$lib/Data/crunchyroll.json';
import './container.css';
interface CrunchyrollMedia<T = number | 'soon' | 'continuing'> {