Files
phishingclub/frontend/src/lib/components/table/TableRowEmpty.svelte
T
2025-08-21 16:14:09 +02:00

4 lines
52 B
Svelte

<tr class="table-row bg-white h-4">
<slot />
</tr>