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