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