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

4 lines
199 B
JavaScript
Raw Normal View History

export { default as withComponentId } from './with-component-id';
export { default as withProduct } from './with-product';
export { default as withSearchedProducts } from './with-searched-products';