export default function Pagination({ prev, currentPage, getPaginationGroup, next, pages, handleActive, }) { return ( <> {/* */} ) }