// ** MUI Imports import Pagination from '@mui/material/Pagination' const PaginationButtons = () => { return (
) } export default PaginationButtons