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