import Link from 'next/link' import { CartDropdown, CartBadge } from 'components' export default function Cart() { return ( <>
) }