diff options
| author | Fuwn <[email protected]> | 2023-12-17 04:39:54 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 04:39:54 -0800 |
| commit | 439bfdbfb54714feaaf37bb00377c6fb1f9bc12b (patch) | |
| tree | d28b3997a95e26bd273e5c822f60c2c3d809e21b /src/lib/List | |
| parent | refactor(anime): move cache (diff) | |
| download | due.moe-439bfdbfb54714feaaf37bb00377c6fb1f9bc12b.tar.xz due.moe-439bfdbfb54714feaaf37bb00377c6fb1f9bc12b.zip | |
refactor(manga): move database
Diffstat (limited to 'src/lib/List')
| -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 b0179ca1..192943fd 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -4,7 +4,7 @@ import { onDestroy, onMount } from 'svelte'; import { chapterCount, pruneAllManga } from '$lib/Media/manga'; import manga from '../../../stores/manga'; - import { chapterDatabase } from '$lib/Media/chapters'; + import { chapterDatabase } from '$lib/Media/Manga/database'; import settings from '../../../stores/settings'; import lastPruneTimes from '../../../stores/lastPruneTimes'; import ListTitle from '../ListTitle.svelte'; |