const Content = ({ className, children }) => (
{children}
); export default Content;