Files
flotilla/src/lib/components/ModalFooter.svelte
T
2024-10-10 17:15:20 -07:00

4 lines
86 B
Svelte

<div class="mt-4 flex flex-row items-center justify-between gap-4">
<slot />
</div>