lnurl-pay.me/src/SiteDeck.svelte
2021-07-17 13:44:07 +03:00

14 lines
170 B
Svelte

<script>
import {
Container,
Row,
} from 'sveltestrap';
</script>
<Container class="container mt-1">
<Row class="gy-2">
<slot/>
</Row>
</Container>