head page specialties
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import DoctorsPage from '@/components/doctors';
|
||||
import Layout from '@/components/layout';
|
||||
import SpecialtiesPage from '@/components/specialties';
|
||||
|
||||
function Doctors() {
|
||||
return (
|
||||
<Layout title='تخصص ها' name='specialties'>
|
||||
<DoctorsPage />
|
||||
<SpecialtiesPage />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user