dduf-check / src /routes /+layout.svelte
coyotte508
init
c27d5c6
raw
history blame
103 Bytes
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}