diff options
| author | Fuwn <[email protected]> | 2024-01-31 00:57:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 00:57:18 -0800 |
| commit | dc760040587dcf9946898a45ef47db2fcde22d6a (patch) | |
| tree | f56ab76b2e8194977ac0264b6bbf0c675dfb132d /src/lib/List/Manga/MangaListTemplate.svelte | |
| parent | fix(anime): check identity stage for lists (diff) | |
| download | due.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.svelte | 2 |
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'; |