import doctors from '@/data/doctors.json' import ItemDoctor from './ItemDoctor'; import { Pagination } from '@mui/material'; function ListDoctors() { return (
) } export default ListDoctors