mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
8 lines
131 B
Svelte
8 lines
131 B
Svelte
<script lang="ts">
|
|
import MapView from '../elements/MapView.svelte';
|
|
|
|
export let selection;
|
|
</script>
|
|
|
|
<MapView {selection} />
|