mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 06:26:00 +00:00
map on standalone tab
This commit is contained in:
8
packages/web/src/tabs/MapTab.svelte
Normal file
8
packages/web/src/tabs/MapTab.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import MapView from '../elements/MapView.svelte';
|
||||
|
||||
export let selection;
|
||||
|
||||
</script>
|
||||
|
||||
<MapView {selection} />
|
||||
Reference in New Issue
Block a user