import React from "react"; export const Pagination = ({ gotoPage, canPreviousPage, previousPage, canNextPage, pageCount, nextPage, }) => { return (