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