mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
connection modal
This commit is contained in:
5
packages/web/src/forms/FormButton.svelte
Normal file
5
packages/web/src/forms/FormButton.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import FormStyledButton from '../widgets/FormStyledButton.svelte';
|
||||
</script>
|
||||
|
||||
<FormStyledButton type="button" on:click {...$$props} />
|
||||
Reference in New Issue
Block a user