File size: 104 Bytes
50bebf4 |
1 2 3 4 5 6 7 8 |
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}
|
50bebf4 |
1 2 3 4 5 6 7 8 |
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}
|