mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 20:56:08 +00:00
6 lines
146 B
Svelte
6 lines
146 B
Svelte
|
<script>
|
||
|
import FormStyledButton from '../widgets/FormStyledButton.svelte';
|
||
|
</script>
|
||
|
|
||
|
<FormStyledButton type="submit" on:click {...$$props} />
|