create components folder

This commit is contained in:
vcoppe
2024-04-08 14:52:13 +02:00
parent b8f2776980
commit 411ae8e6a6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Map from '$lib/map/Map.svelte';
import Map from '$lib/components/Map.svelte';
</script>
<div class="flex flex-col w-screen h-screen">