From c254da010683019fea3f5314015bdef70a3df5e7 Mon Sep 17 00:00:00 2001 From: subodh Date: Thu, 19 Feb 2026 18:17:32 +0000 Subject: [PATCH] Update src/components/recentlyViewed/RecentlyViewed.jsx --- src/components/recentlyViewed/RecentlyViewed.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/recentlyViewed/RecentlyViewed.jsx b/src/components/recentlyViewed/RecentlyViewed.jsx index fd3bfef..c4122d9 100644 --- a/src/components/recentlyViewed/RecentlyViewed.jsx +++ b/src/components/recentlyViewed/RecentlyViewed.jsx @@ -89,7 +89,7 @@ import { useAddToWishlistMutation, useRemoveFromWishlistMutation, useGetWishlistQuery, -} from "../../features/wishlist/wishlistAPi"; +} from "../../features/wishlist/wishlistApi"; const RecentlyViewedCard = ({ product, wishlistIds, handleWishlist }) => { const discount =