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,7 +1,7 @@
<script lang="ts">
import CustomControl from '$lib/components/map/custom-control/CustomControl.svelte';
import LayerTree from './LayerTree.svelte';
import { OverpassLayer } from './OverpassLayer';
import { OverpassLayer } from './overpass-layer';
import { Separator } from '$lib/components/ui/separator';
import { ScrollArea } from '$lib/components/ui/scroll-area/index.js';
import { Layers } from '@lucide/svelte';