<can-component tag="from-and-import">
	<template>
		<can-import from="test/tests/hello-world.component"/>

		<hello-world></hello-world>
	</template>
	<view-model from="test/tests/from_and_import"/>
</can-component>
