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 {
1414} from '@topcoder-platform/tc-auth-lib' ;
1515import { actions , logger , errors } from 'topcoder-react-lib' ;
1616import { 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' ;
1918
2019import './styles.scss' ;
2120
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ import { connect } from 'react-redux';
1919import SubmissionsPage from 'components/SubmissionPage' ;
2020import AccessDenied , { CAUSE as ACCESS_DENIED_REASON } from 'components/tc-communities/AccessDenied' ;
2121import 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' ;
2423
2524export const Sprig = sprig . configure ( {
2625 environmentId : config . SPRIG_ENVIRONMENT_ID ,
You can’t perform that action at this time.
0 commit comments