create components folder
This commit is contained in:
parent
b8f2776980
commit
411ae8e6a6
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Map from '$lib/map/Map.svelte';
|
import Map from '$lib/components/Map.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col w-screen h-screen">
|
<div class="flex flex-col w-screen h-screen">
|
||||||
|
|
Loading…
Reference in a new issue