use correct path for NAMESPACE import in task-list
This commit is contained in:
parent
6fc5dc22ee
commit
966cd9c0cc
|
@ -17,7 +17,7 @@ import { getHistory, getNewPath } from '@woocommerce/navigation';
|
|||
/**
|
||||
* Internal depdencies
|
||||
*/
|
||||
import { NAMESPACE } from 'wc-api/onboarding/constants';
|
||||
import { NAMESPACE } from 'wc-api/constants';
|
||||
import withSelect from 'wc-api/with-select';
|
||||
|
||||
class Connect extends Component {
|
||||
|
|
Loading…
Reference in New Issue