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