mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
7 lines
118 B
Svelte
7 lines
118 B
Svelte
<script lang="ts">
|
|
export let id: string;
|
|
import * as Buttons from '../Buttons';
|
|
</script>
|
|
|
|
<Buttons.Deploy {id} />
|