import Detail from "./Detail" import Head from "./Head" function DetailDoctor({ doctor }) { return (

جزئیات نوبت

) } export default DetailDoctor