<Box>
<h2>Hello!</h2>
<p>This is a box. It can contain anything.</p>
</Box>
<script>
import Box from './Box.html';
export default {
components: { Box }
};
</script>
{}