Update src/components/recentlyViewed/RecentlyViewed.jsx

This commit is contained in:
2026-02-19 18:17:32 +00:00
parent 27f5454ea3
commit c254da0106

View File

@@ -89,7 +89,7 @@ import {
useAddToWishlistMutation,
useRemoveFromWishlistMutation,
useGetWishlistQuery,
} from "../../features/wishlist/wishlistAPi";
} from "../../features/wishlist/wishlistApi";
const RecentlyViewedCard = ({ product, wishlistIds, handleWishlist }) => {
const discount =