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
+12
View File
@@ -0,0 +1,12 @@
import DoctorsPage from '@/components/doctors';
import Layout from '@/components/layout';
function Doctors() {
return (
<Layout title='تخصص ها' name='specialties'>
<DoctorsPage />
</Layout>
)
}
export default Doctors