~starkingdoms/starkingdoms

ref: 97a7f3ed1ee67a9ce3a05f453237b1de04f459f6 starkingdoms/web/src/routes/+layout.svelte -rw-r--r-- 163 bytes
97a7f3ed — core chore(netcode-rewrite): code cleanups and refactoring 29 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()}