<div>
	<Widget ref:widget/>
</div>

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

	export default {
		components: { Widget }
	};
</script>