This commit is contained in:
Albert Juhé Lluveras 2019-08-05 11:37:16 +02:00 committed by Mike Jolley
parent 2504bffdfa
commit 8a187db5d9
3 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import classnames from 'classnames';
/**
* Internal dependencies
*/
import withComponentId from '../../utils/with-component-id';
import { withComponentId } from '../../hocs';
/**
* Component displaying the categories as dropdown or list.

View File

@ -1 +1,2 @@
export { default as withComponentId } from './with-component-id';
export { default as withProduct } from './with-product';