basic design page doctors

This commit is contained in:
Ehsan
2024-06-24 04:30:26 +03:30
parent 4fbef73d00
commit b03fbc0093
5 changed files with 125 additions and 35 deletions
+12
View File
@@ -0,0 +1,12 @@
import DoctorsPage from '@/components/doctors';
import Layout from '@/components/layout';
function index() {
return (
<Layout title='دکتر ها'>
<DoctorsPage />
</Layout>
)
}
export default index