7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
function AppointmentList() {
|
|
return (
|
|
<div className="w-[40%]">AppointmentList</div>
|
|
)
|
|
}
|
|
|
|
export default AppointmentList |