From 5ba4e5c625a7d582ff124044149fd5d8355209a7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Sep 2023 14:37:17 -0700 Subject: refactor(manga): rename from mangadex --- src/lib/List/Due/MangaList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/List/Due/MangaList.svelte') diff --git a/src/lib/List/Due/MangaList.svelte b/src/lib/List/Due/MangaList.svelte index e13a4747..bc152e27 100644 --- a/src/lib/List/Due/MangaList.svelte +++ b/src/lib/List/Due/MangaList.svelte @@ -2,7 +2,7 @@ import { mediaListCollection, Type, type Media } from '$lib/AniList/media'; import type { UserIdentity, AniListAuthorisation } from '$lib/AniList/identity'; import { onDestroy, onMount } from 'svelte'; - import { chapterCount } from '$lib/mangadex'; + import { chapterCount } from '$lib/manga'; import manga from '../../../stores/manga'; import { chapterDatabase } from '$lib/chapterDatabase'; import settings from '../../../stores/settings'; -- cgit v1.2.3