import Image from "@/components/Image"; type CommentProps = { comment: any; }; const Comment = ({ comment }: CommentProps) => (