import { FC } from 'react' const CartSkeleton: FC = () => { return (
) } export default CartSkeleton