function ContentText({ children, text }) { return (

{text}

{children}
); } export default ContentText;