page home responsive & change component element & page blog item
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Button } from '@mui/material'
|
||||
import Chart from './chart'
|
||||
import CommentUser from './commentUser'
|
||||
import Comment from '@/app/component/comment'
|
||||
|
||||
function Comments({ doctor }) {
|
||||
return (
|
||||
@@ -16,7 +16,7 @@ function Comments({ doctor }) {
|
||||
>ثبت نظر</Button>
|
||||
</div>
|
||||
<Chart doctor={doctor} />
|
||||
<CommentUser doctor={doctor} />
|
||||
<Comment data={doctor} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user