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