
{children}
import Sidebar from '../sidebar' export default class ProfileLayout extends PureComponent { static propTypes = { layout: PropTypes.object, title: PropTypes.string, showBackBtn: PropTypes.bool, } render() { const { children } = this.props return (