Skip to content

Commit

Permalink
chore: Export of new constant & wishlistServices
Browse files Browse the repository at this point in the history
  • Loading branch information
chhakuli123 committed May 27, 2023
1 parent 6563459 commit 42ae03e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ export {
FILTER_BY_SECTION,
FILTER_BY_CATEGORY,
CLEAR_FILTERS,
SET_WISHLIST,
ADD_TO_WISHLIST,
REMOVE_FROM_WISHLIST,
ADD_TO_CART,
REMOVE_FROM_CART,
} from "./constants";
export { loginService, signupService } from "./authServices";
export {
getWishlist,
addToWishlist,
removeFromWishlist,
} from "./wishlistServices";

0 comments on commit 42ae03e

Please sign in to comment.