import { Center, Alert, AlertIcon, AlertTitle, AlertDescription, Button } from '@chakra-ui/react' const BrowseClass = ({ action }: { action: any }) => { return (
Cart is Empty No Items Found
) } export default BrowseClass