diff options
| author | Fuwn <[email protected]> | 2024-01-13 18:57:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-13 18:57:00 -0800 |
| commit | 7310d73e78d61115dcaa5cd63976bc2251e5b6b6 (patch) | |
| tree | 2b5aafd5d08bc0cc03a496a793ead2164cd40db5 /src/lib/List/Manga/CleanMangaList.svelte | |
| parent | refactor(home): move layout to home (diff) | |
| download | due.moe-7310d73e78d61115dcaa5cd63976bc2251e5b6b6.tar.xz due.moe-7310d73e78d61115dcaa5cd63976bc2251e5b6b6.zip | |
refactor(utility): move loading
Diffstat (limited to 'src/lib/List/Manga/CleanMangaList.svelte')
| -rw-r--r-- | src/lib/List/Manga/CleanMangaList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index 8e1587bd..274ebfd6 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -15,7 +15,7 @@ } from '$lib/Media/Cover/hoverCover'; import { onMount } from 'svelte'; import proxy from '$lib/Utility/proxy'; - import Loading from '$lib/Loading.svelte'; + import Loading from '$lib/Utility/Loading.svelte'; export let media: Media[]; export let cleanCache: () => void; |