<One ref:one/>

<script>
	import One from './One.html';

	export default {
		components: { One }
	};
</script>