export default class Pagination extends Component {

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