aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Manga/MangaListTemplate.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 00:57:18 -0800
committerFuwn <[email protected]>2024-01-31 00:57:18 -0800
commitdc760040587dcf9946898a45ef47db2fcde22d6a (patch)
treef56ab76b2e8194977ac0264b6bbf0c675dfb132d /src/lib/List/Manga/MangaListTemplate.svelte
parentfix(anime): check identity stage for lists (diff)
downloaddue.moe-dc760040587dcf9946898a45ef47db2fcde22d6a.tar.xz
due.moe-dc760040587dcf9946898a45ef47db2fcde22d6a.zip
refactor(skeleton): move to loading module
Diffstat (limited to 'src/lib/List/Manga/MangaListTemplate.svelte')
-rw-r--r--src/lib/List/Manga/MangaListTemplate.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte
index f9cd6124..2e625569 100644
--- a/src/lib/List/Manga/MangaListTemplate.svelte
+++ b/src/lib/List/Manga/MangaListTemplate.svelte
@@ -15,7 +15,7 @@
import { incrementMediaProgress } from '$lib/Media/Anime/cache';
import { getNotificationsContext } from 'svelte-notifications';
import { options } from '$lib/Notification/options';
- import Skeleton from '$lib/Skeleton.svelte';
+ import Skeleton from '$lib/Loading/Skeleton.svelte';
import locale from '$stores/locale';
import { browser } from '$app/environment';