Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix import of WithComponentID
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Aug 5, 2019
1 parent ec5fbdc commit e5cf69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/reviews-by-product/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import PropTypes from 'prop-types';
* Internal dependencies
*/
import { renderReview } from './utils';
import withComponentId from '../../utils/with-component-id';
import { withComponentId } from '../../hocs';

/**
* Component to handle edit mode of "Reviews by Product".
Expand Down

0 comments on commit e5cf69e

Please sign in to comment.