import React from 'react' const ProseSection = ({children}) => { return
{children}
} export default ProseSection