import React from 'react'; const CommunityLayout = props => (
{props.children}
); export default CommunityLayout;