1 2 3 4 5 6 7 8
<script lang="ts"> //import './layout.css'; let { children } = $props(); </script> <svelte:head><title>StarKingdoms</title></svelte:head> {@render children()}