2021-05-28 00:52:49 +02:00
|
|
|
<!--
|
|
|
|
Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
-->
|
|
|
|
<script lang="ts">
|
|
|
|
export let id: string | undefined = undefined;
|
|
|
|
</script>
|
|
|
|
|
2021-05-28 01:58:22 +02:00
|
|
|
<div {id} class="row gx-0 gy-2 mt-0">
|
2021-05-28 00:52:49 +02:00
|
|
|
<slot />
|
|
|
|
</div>
|