import React from "react"; import Box from "@mui/material/Box"; import Card from "@mui/material/Card"; import Typography from "@mui/material/Typography"; import StarBorderIcon from "@mui/icons-material/StarBorder"; import RatingsChart from "./RatingsChart"; const Ratings = () => { return ( <> Ratings YEAR OF 2022 8.14k{" "} Review {" "} 4.5{" "} +15.6% {" "} From previous period ); }; export default Ratings;