return render(
    <Router history={history}>
      <PaginationItemsWrapper startPage={startPage} totalPages={totalPages} />
    </Router>
  )