7 lines
99 B

<script>
import Level1 from './Level1.html';
export let l1;
</script>
<Level1 bind:this={l1} />