all repos — tabemono @ 89781888cc5ab8be01307ed9a52a2720c8f6a116

src/+layout.svelte (view raw)

1<script lang="ts">
2	import './app.css';
3
4	let { children } = $props();
5</script>
6
7{@render children()}