<script>
import Level2 from './Level2.svelte';
import Level3 from './Level3.svelte';
</script>
<Level2>
<Level3 />
</Level2>