change footer & add pagination to doctors page & add page specialties

This commit is contained in:
Ehsan
2024-07-09 19:08:33 +03:30
parent 0a2757f524
commit 3480e9997a
5 changed files with 47 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
function SpecialtiesPage() {
return (
<div>SpecialtiesPage</div>
)
}
export default SpecialtiesPage