import {Typography} from "@mui/material"; export const ProductTitle = ({title}) => { return ( {title || 'PRODUCT TITLE'} ) }