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

<div>
	<Widget/>
</div>