woocommerce/plugins/woocommerce-blocks/assets/js/hocs/index.js

6 lines
318 B
JavaScript
Raw Normal View History

export { default as withAttributes } from './with-attributes';
export { default as withCategories } from './with-categories';
export { default as withCategory } from './with-category';
export { default as withProduct } from './with-product';
export { default as withSearchedProducts } from './with-searched-products';