const Code = ({ children }) => ( {children} ) export default Code