Skip to content

Commit

Permalink
chore: New exports
Browse files Browse the repository at this point in the history
  • Loading branch information
chhakuli123 committed May 28, 2023
1 parent 5d5d272 commit 5fb6dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export {
ErrorOutlineOutlinedIcon,
RemoveRedEyeOutlinedIcon,
VisibilityOffOutlinedIcon,
RemoveShoppingCartOutlinedIcon,
} from "./icons/materialIcons";
5 changes: 5 additions & 0 deletions src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ export {
SET_WISHLIST,
ADD_TO_WISHLIST,
REMOVE_FROM_WISHLIST,
SET_CART,
ADD_TO_CART,
REMOVE_FROM_CART,
LOGIN,
LOGOUT,
} from "./constants";
export { loginService, signupService } from "./authServices";
export {
getWishlist,
addToWishlist,
removeFromWishlist,
} from "./wishlistServices";
export { getCart, addToCart, removeFromCart } from "./cartServices";
export { ScrollToTop } from "./ScrollToTop";

0 comments on commit 5fb6dc2

Please sign in to comment.