Files
nobat724_front/components/doctor/appointmentList/AppointmentList.js
T
2024-06-27 17:06:05 +03:30

7 lines
136 B
JavaScript

function AppointmentList() {
return (
<div className="w-[40%]">AppointmentList</div>
)
}
export default AppointmentList