Skip to content

Commit

Permalink
Fix import for real
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Aug 17, 2023
1 parent 9626828 commit 66773f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/MapboxToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import lodashGet from 'lodash/get';
import ONYXKEYS from '../../ONYXKEYS';
import * as API from '../API';
import CONST from '../../CONST';
import {isClientTheLeader} from '../ActiveClientManager';
import * as ActiveClientManager from '../ActiveClientManager';

let authToken;
Onyx.connect({
Expand Down

0 comments on commit 66773f5

Please sign in to comment.