From 569defd379a3ea05d1ad9f551d9725129580d98a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Sep 2023 14:41:09 -0700 Subject: refactor(media): move chapters in --- src/lib/Media/manga.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Media/manga.ts') diff --git a/src/lib/Media/manga.ts b/src/lib/Media/manga.ts index 7150bf60..acaccefc 100644 --- a/src/lib/Media/manga.ts +++ b/src/lib/Media/manga.ts @@ -1,6 +1,6 @@ import { recentMediaActivities, type Media } from '$lib/AniList/media'; import type { UserIdentity } from '../AniList/identity'; -import { chapterDatabase } from '../chapterDatabase'; +import { chapterDatabase } from './chapters'; export const chapterCount = async ( identity: UserIdentity, -- cgit v1.2.3