Move withComponentId to hocs directory (https://github.com/woocommerce/woocommerce-blocks/pull/797)
This commit is contained in:
parent
2504bffdfa
commit
8a187db5d9
|
@ -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.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
export { default as withComponentId } from './with-component-id';
|
||||
export { default as withProduct } from './with-product';
|
||||
|
|
Loading…
Reference in New Issue