list comment user in page doctor item

This commit is contained in:
Ehsan
2024-07-08 20:32:07 +03:30
parent c57efe643a
commit cbcfa2029b
11 changed files with 1177 additions and 912 deletions
@@ -1,5 +1,6 @@
import { Button } from '@mui/material'
import Chart from './chart'
import CommentUser from './commentUser'
function Comments({ doctor }) {
return (
@@ -15,6 +16,7 @@ function Comments({ doctor }) {
>ثبت نظر</Button>
</div>
<Chart doctor={doctor} />
<CommentUser doctor={doctor} />
</div>
)
}