mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
6 lines
80 B
Svelte
6 lines
80 B
Svelte
<script lang="ts">
|
|
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
{@render children()} |