mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
export model WIP
This commit is contained in:
5
packages/web/src/modals/ExportDbModelModal.svelte
Normal file
5
packages/web/src/modals/ExportDbModelModal.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import ModalBase from './ModalBase.svelte';
|
||||
</script>
|
||||
|
||||
<ModalBase {...$$restProps}></ModalBase>
|
||||
Reference in New Issue
Block a user