import BackButton from './back_button' import Heading from './heading' export default class ProfileNavigationBar extends PureComponent { static propTypes = { title: PropTypes.string, showBackBtn: PropTypes.bool, } render() { const { title } = this.props return (