import { Typography } from '@mui/material'; const EmptyCart = () => { return ( Your cart is currently empty ); }; export default EmptyCart;