chore: remove unused import
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s

This commit is contained in:
uku 2024-11-26 14:53:12 +01:00
parent 007eda1b8c
commit 9de0059976
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -1,6 +1,5 @@
<script lang="ts">
import type { CheckData, CheckResponse, ClientGameData, MapData } from "$lib/types";
import { goto } from "$app/navigation";
import { page } from "$app/stores";
import { onMount } from "svelte";
import L from "leaflet";