File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { hideModalAction } from 'controllers/modal';
26
26
import { showScreenLockAction , hideScreenLockAction } from 'controllers/screenLock' ;
27
27
import { fetch , omit } from 'common/utils' ;
28
28
import { userIdSelector } from 'controllers/user' ;
29
- import { projectKeySelector } from 'controllers/project' ;
29
+ import { projectKeySelector } from 'controllers/project/selectors ' ;
30
30
import {
31
31
NAMESPACE ,
32
32
FETCH_PLUGINS ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
import { hideModalAction } from 'controllers/modal' ;
25
25
import { showScreenLockAction , hideScreenLockAction } from 'controllers/screenLock' ;
26
26
import { fetch } from 'common/utils' ;
27
- import { setProjectIntegrationsAction } from 'controllers/plugins' ;
27
+ import { setProjectIntegrationsAction } from 'controllers/plugins/actionCreators ' ;
28
28
import {
29
29
addFilterAction ,
30
30
fetchUserFiltersSuccessAction ,
You can’t perform that action at this time.
0 commit comments