8 lines
81 B

<script>
import Widget from './Widget.html';
</script>
<div>
<Widget/>
</div>