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