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