<script>
	export let widget;

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

<div><Widget bind:this={widget}/></div>