perspective WIP

This commit is contained in:
Jan Prochazka
2022-06-12 19:30:54 +02:00
parent d34cff234c
commit 0cb4ec54bc
7 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts">
import PerspectiveView from '../perspectives/PerspectiveView.svelte';
export let tabid;
export let conid;
export let database;
export let schemaName;
export let pureName;
</script>
<PerspectiveView {conid} {database} {schemaName} {pureName} />