mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-14 22:08:45 +00:00
8 lines
145 B
Svelte
8 lines
145 B
Svelte
<script lang="ts">
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
<div class="mx-auto h-full w-full max-w-screen-md">
|
|
{@render children?.()}
|
|
</div>
|