11 lines
127 B

<Level1 ref:l1 />
<script>
import Level1 from './Level1.html';
export default {
components: {
Level1
}
}
</script>