// ** MUI Imports import Box from '@mui/material/Box' import Rating from '@mui/material/Rating' import Typography from '@mui/material/Typography' const RatingsHalf = () => { return (
Half Ratings
Read only
) } export default RatingsHalf