export default class Heading extends Component {

  createClassName() {
    return [styles.heading, this.props.className].join(' ').trim();
  }