import { Incrementor } from '../incrementor/Incrementor'; export function Pagination({ currPage, onPageChange, className, ...incrementorProps }) { return ; }