page doctor detail
This commit is contained in:
@@ -9,11 +9,11 @@ function DoctorPage({ doctor }) {
|
||||
<p className="text-[#525252] mr-1">{doctor.name}</p>
|
||||
</div>
|
||||
<div className="flex items-start justify-center gap-6 mt-[30px]">
|
||||
<DetailDoctor />
|
||||
<AppointmentList />
|
||||
<DetailDoctor doctor={doctor} />
|
||||
<AppointmentList doctor={doctor} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default DoctorPage
|
||||
export default DoctorPage;
|
||||
Reference in New Issue
Block a user