aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sections/Zones.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/sections/Zones.svelte')
-rw-r--r--src/lib/sections/Zones.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sections/Zones.svelte b/src/lib/sections/Zones.svelte
index ef96456..f7e993b 100644
--- a/src/lib/sections/Zones.svelte
+++ b/src/lib/sections/Zones.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
import type { CleanMemberProfile } from '$lib/APITypes'
- import { cleanId, toRomanNumerals } from '$lib/utils'
+ import { cleanId } from '$lib/utils'
export let data: CleanMemberProfile