~starkingdoms/starkingdoms

ref: fb6dbf2ce9a068aef5023a1c179e523365a79d1f starkingdoms/web/src/routes/+layout.svelte -rw-r--r-- 163 bytes
fb6dbf2c — core chore: remove outdated readme info (round two) 25 days ago
                                                                                
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()}