const ContentBlock = ({ children }) => (
{children}
); export default ContentBlock;