~starkingdoms/starkingdoms

ref: 10afa15d4a9a5bf9df7f161eccc6b8e2f9116a7f starkingdoms/web/src/routes/+layout.svelte -rw-r--r-- 163 bytes
10afa15d — core feat(netcode-rewrite): remove interpolation 27 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()}