typo caused build to fail on cloudflare

This commit is contained in:
AtHeartEngineer
2023-11-05 18:34:26 +03:00
parent 7241ae7a17
commit 15f64b1748

View File

@@ -4,8 +4,7 @@
import TheWord from '$lib/components/Gateways/TheWord.svelte';
import SelectServer from '$lib/components/Server/SelectServer.svelte';
import Card from '$lib/components/Utils/Card.svelte';
import BullHorn from 'svelte-material-icons/BullHorn.svelte';
import BullHorn from 'svelte-material-icons/Bullhorn.svelte';
import { configStore, numberServers } from '$lib/stores';
</script>