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/AniList/media.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/AniList/media.ts') diff --git a/src/lib/AniList/media.ts b/src/lib/AniList/media.ts index 3b3c42e3..05f18363 100644 --- a/src/lib/AniList/media.ts +++ b/src/lib/AniList/media.ts @@ -1,9 +1,9 @@ import type { AniListAuthorisation } from '$lib/AniList/identity'; import type { UserIdentity } from './identity'; -import anime from '../../stores/anime'; -import manga from '../../stores/manga'; -import settings from '../../stores/settings'; -import lastPruneTimes from '../../stores/lastPruneTimes'; +import anime from '$stores/anime'; +import manga from '$stores/manga'; +import settings from '$stores/settings'; +import lastPruneTimes from '$stores/lastPruneTimes'; export enum Type { Anime, -- cgit v1.2.3