<Main/>
<script>
import Main from './nested/main.html';
export default {
components: { Main }
};
</script>