@shopgate/engage
Version:
Shopgate's ENGAGE library.
5 lines • 535 B
JavaScript
export { default as fetchProductReviews } from '@shopgate/pwa-common-commerce/reviews/actions/fetchProductReviews';
export { default as fetchReviews } from '@shopgate/pwa-common-commerce/reviews/actions/fetchReviews';
export { default as fetchUserReview } from '@shopgate/pwa-common-commerce/reviews/actions/fetchUserReview';
export { default as flushUserReview } from '@shopgate/pwa-common-commerce/reviews/actions/flushUserReview';
export { default as submitReview } from '@shopgate/pwa-common-commerce/reviews/actions/submitReview';