From 5551e78e0d3c328165fbd7d0f3d249f9c65af048 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 31 Dec 2023 12:36:30 -0800 Subject: chore(svelte): alias stores --- src/lib/Media/Manga/chapters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Media/Manga/chapters.ts') diff --git a/src/lib/Media/Manga/chapters.ts b/src/lib/Media/Manga/chapters.ts index 203d7210..b3a8e7b9 100644 --- a/src/lib/Media/Manga/chapters.ts +++ b/src/lib/Media/Manga/chapters.ts @@ -1,6 +1,6 @@ import { recentMediaActivities, type Media } from '$lib/AniList/media'; import proxy from '$lib/Utility/proxy'; -import settings from '../../../stores/settings'; +import settings from '$stores/settings'; import type { UserIdentity } from '../../AniList/identity'; import { database } from '../../Database/chapters'; -- cgit v1.2.3