use correct path for NAMESPACE import in task-list

This commit is contained in:
Ron Rennick 2019-09-03 17:11:14 -03:00
parent 6fc5dc22ee
commit 966cd9c0cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {