fixed some warnings

This commit is contained in:
Davide Scaini
2026-03-29 22:17:01 +02:00
parent 4537273de9
commit 9bd065f354
4 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -121,4 +121,4 @@
onDestroy(() => map?.remove());
</script>
<div bind:this={mapEl} class="w-full h-full" />
<div bind:this={mapEl} class="w-full h-full"></div>