export const PageBodyWrapper = ({ children, className, ...props }) => (
{children}
) export const ElementTitle = ({ children, noMarginBottom = false, className = '', }) => (

{children}

)