aboutsummaryrefslogtreecommitdiff
path: root/src/lib/User
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/User')
-rw-r--r--src/lib/User/BadgeWall/AWC.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/User/BadgeWall/AWC.svelte b/src/lib/User/BadgeWall/AWC.svelte
index a663eb39..d80ae72a 100644
--- a/src/lib/User/BadgeWall/AWC.svelte
+++ b/src/lib/User/BadgeWall/AWC.svelte
@@ -1,5 +1,5 @@
<script lang="ts">
- import type { AWCBadgesGroup } from '$lib/Data/AWC';
+ import type { AWCBadgesGroup } from '$lib/Data/awc';
import type { UserPreferences } from '$lib/Database/userPreferences';
import { cdn, thumbnail } from '$lib/Utility/image';
import FallbackBadge from './FallbackBadge.svelte';