import {Typography} from "@mui/material"; export const ProductDescription = ({description}) => { return ( {description || 'PRODUCT DESCRIPTION'} ) }