aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/SequelSpy.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 00:57:18 -0800
committerFuwn <[email protected]>2024-01-31 00:57:18 -0800
commitdc760040587dcf9946898a45ef47db2fcde22d6a (patch)
treef56ab76b2e8194977ac0264b6bbf0c675dfb132d /src/lib/Tools/SequelSpy.svelte
parentfix(anime): check identity stage for lists (diff)
downloaddue.moe-dc760040587dcf9946898a45ef47db2fcde22d6a.tar.xz
due.moe-dc760040587dcf9946898a45ef47db2fcde22d6a.zip
refactor(skeleton): move to loading module
Diffstat (limited to 'src/lib/Tools/SequelSpy.svelte')
-rw-r--r--src/lib/Tools/SequelSpy.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/SequelSpy.svelte b/src/lib/Tools/SequelSpy.svelte
index f34c1964..0c923a75 100644
--- a/src/lib/Tools/SequelSpy.svelte
+++ b/src/lib/Tools/SequelSpy.svelte
@@ -16,7 +16,7 @@
type HoverCoverResponse
} from '$lib/Media/Cover/hoverCover';
import HoverCover from '$lib/Media/Cover/HoverCover.svelte';
- import Skeleton from '$lib/Skeleton.svelte';
+ import Skeleton from '$lib/Loading/Skeleton.svelte';
export let user: AniListAuthorisation;