<script>
	import A from './A.svelte';
	import B from './B.svelte';
</script>

<svelte:head>
	<title>Main</title>
</svelte:head>
<A />
<B />