/* eslint-disable @next/next/no-img-element */ import React from "react"; import cls from "./commentCard.module.scss"; import { Rating } from "@mui/material"; import { ShopReview } from "interfaces"; import dayjs from "dayjs"; import Avatar from "components/avatar"; type Props = { data: ShopReview; }; export default function CommentCard({ data }: Props) { return (
{data.comment}