7 lines
103 B
Svelte
7 lines
103 B
Svelte
|
<script lang="ts">
|
||
|
import '../app.css';
|
||
|
let { children } = $props();
|
||
|
</script>
|
||
|
|
||
|
{@render children()}
|