list doctors

This commit is contained in:
Ehsan
2024-06-25 12:14:11 +03:30
parent 791e7c223a
commit a39805d315
5 changed files with 502 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
function ListDoctors() {
return (
<div>
<ul className="grid">
</ul>
</div>
)
}
export default ListDoctors