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