aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-07 23:57:13 -0800
committerFuwn <[email protected]>2024-02-07 23:57:13 -0800
commita4fdd8c757c56af521257fcee3b991cd0b220dd2 (patch)
tree7ce56f24b58b83a386ff6abb4d73b09c4f146d9b /src/routes/user
parentfix(badges): categories when none exist (diff)
downloaddue.moe-a4fdd8c757c56af521257fcee3b991cd0b220dd2.tar.xz
due.moe-a4fdd8c757c56af521257fcee3b991cd0b220dd2.zip
refactor(data): move static data to module
Diffstat (limited to 'src/routes/user')
-rw-r--r--src/routes/user/[user]/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index c743cf4b..cd2d367b 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -7,7 +7,7 @@
import root from '$lib/Utility/root.js';
import locale from '$stores/locale.js';
import { onMount } from 'svelte';
- import authorisedUsers from '$lib/Data/authorised.json';
+ import authorisedUsers from '$lib/Data/Static/authorised.json';
import tooltip from '$lib/Tooltip/tooltip.js';
import AnimeRateLimited from '$lib/Error/AnimeRateLimited.svelte';