create component elements & add page clinics && add url clinic
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import ClinicsPage from '@/components/clinics';
|
||||
import Layout from '@/components/layout';
|
||||
|
||||
function Clinics() {
|
||||
return (
|
||||
<Layout title='کلینیک ها' name='specialties'>
|
||||
<ClinicsPage />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
export default Clinics
|
||||
Reference in New Issue
Block a user