File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ import {
14
14
} from '@topcoder-platform/tc-auth-lib' ;
15
15
import { actions , logger , errors } from 'topcoder-react-lib' ;
16
16
import { client , redux , config } from 'topcoder-react-utils' ;
17
- // eslint-disable-next-line import/no-unresolved
18
- import { sprig } from '@sprig-technologies/sprig-browser' ;
17
+ import { sprig } from '@sprig-technologies/sprig-browser/dist' ;
19
18
20
19
import './styles.scss' ;
21
20
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ import { connect } from 'react-redux';
19
19
import SubmissionsPage from 'components/SubmissionPage' ;
20
20
import AccessDenied , { CAUSE as ACCESS_DENIED_REASON } from 'components/tc-communities/AccessDenied' ;
21
21
import LoadingIndicator from 'components/LoadingIndicator' ;
22
- // eslint-disable-next-line import/no-unresolved
23
- import { sprig } from '@sprig-technologies/sprig-browser' ;
22
+ import { sprig } from '@sprig-technologies/sprig-browser/dist' ;
24
23
25
24
export const Sprig = sprig . configure ( {
26
25
environmentId : config . SPRIG_ENVIRONMENT_ID ,
You can’t perform that action at this time.
0 commit comments