basic style doctor page

This commit is contained in:
Ehsan
2024-06-27 17:06:05 +03:30
parent 1f70079845
commit 855f31eed8
7 changed files with 64 additions and 12 deletions
@@ -0,0 +1,7 @@
function AppointmentList() {
return (
<div className="w-[40%]">AppointmentList</div>
)
}
export default AppointmentList