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