basic style doctor page

This commit is contained in:
Ehsan
2024-06-27 17:06:05 +03:30
parent 1f70079845
commit 855f31eed8
7 changed files with 64 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import DoctorsPage from '@/components/doctors';
import Layout from '@/components/layout';
function index() {
function Doctors() {
return (
<Layout title='دکتر ها'>
<DoctorsPage />
@@ -9,4 +9,4 @@ function index() {
)
}
export default index
export default Doctors