diff options
| author | Fuwn <[email protected]> | 2023-09-14 14:37:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 14:37:17 -0700 |
| commit | 5ba4e5c625a7d582ff124044149fd5d8355209a7 (patch) | |
| tree | 77bc59de89dd5afb9c95c02a6a18c07c2d7fe832 /src/lib | |
| parent | fix(mangadex): better estimates (diff) | |
| download | due.moe-5ba4e5c625a7d582ff124044149fd5d8355209a7.tar.xz due.moe-5ba4e5c625a7d582ff124044149fd5d8355209a7.zip | |
refactor(manga): rename from mangadex
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/List/Due/MangaList.svelte | 2 | ||||
| -rw-r--r-- | src/lib/manga.ts (renamed from src/lib/mangadex.ts) | 0 |
2 files changed, 1 insertions, 1 deletions
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'; diff --git a/src/lib/mangadex.ts b/src/lib/manga.ts index 5c73aced..5c73aced 100644 --- a/src/lib/mangadex.ts +++ b/src/lib/manga.ts |