aboutsummaryrefslogtreecommitdiff
path: root/src/routes/election.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/election.svelte')
-rw-r--r--src/routes/election.svelte8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/routes/election.svelte b/src/routes/election.svelte
index 2a818ec..388844d 100644
--- a/src/routes/election.svelte
+++ b/src/routes/election.svelte
@@ -18,13 +18,7 @@
<script lang="ts">
import Header from '$lib/Header.svelte'
import Head from '$lib/Head.svelte'
- import {
- cleanId,
- colorCodes,
- formattingCodeToHtml,
- millisecondsToTime,
- skyblockTime,
- } from '$lib/utils'
+ import { colorCodes, formattingCodeToHtml, millisecondsToTime, skyblockTime } from '$lib/utils'
import type { ElectionData } from '$lib/APITypes'
import { onDestroy, onMount } from 'svelte'
import MayorSkin from '$lib/MayorSkin.svelte'