map on standalone tab

This commit is contained in:
Jan Prochazka
2022-06-11 17:57:18 +02:00
parent 427e25b3c0
commit 6e1a1edac0
7 changed files with 208 additions and 157 deletions

View File

@@ -0,0 +1,8 @@
<script lang="ts">
import MapView from '../elements/MapView.svelte';
export let selection;
</script>
<MapView {selection} />