This commit is contained in:
vcoppe
2025-10-23 18:58:33 +02:00
parent bde7e3e8aa
commit aa624e2c60
7 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import CustomControl from './CustomControl';
import CustomControl from './custom-control';
import { map } from '$lib/components/map/map';
import { onMount, type Snippet } from 'svelte';