<Widget/>
<script>
import Widget from './widget/Widget.html';
export default {
components: {
Widget
}
};
</script>