Files
flotilla/src/lib/components/ModalFooter.svelte
T
2024-10-10 14:33:50 -07:00

4 lines
86 B
Svelte

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