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