"use client"; import ItemUser from "./ItemUser"; function Comment({ comments, doctor }) { if (!comments?.length) { return (

هنوز نظری برای این پزشک ثبت نشده است.

); } return ( ); } export default Comment;