aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.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/routes/+layout.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/routes/+layout.svelte')
-rw-r--r--src/routes/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 4709a975..135fa6bf 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -18,7 +18,7 @@
import japanese from '$lib/Locale/japanese';
import type { LocaleDictionary } from '$lib/Locale/layout';
import locale from '$stores/locale';
- import Skeleton from '$lib/Skeleton.svelte';
+ import Skeleton from '$lib/Loading/Skeleton.svelte';
import subsPlease from '$stores/subsPlease';
export let data;