We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0109711 commit 4c9962fCopy full SHA for 4c9962f
client/lib/desktop/index.js
@@ -17,7 +17,7 @@ import userFactory from 'lib/user';
17
const user = userFactory();
18
import { ipcRenderer as ipc } from 'electron'; // From Electron
19
import store from 'store';
20
-import oAuthToken from 'lib/oauth-token';
+import * as oAuthToken from 'lib/oauth-token';
21
import userUtilities from 'lib/user/utils';
22
import location from 'lib/route/page-notifier';
23
import { getStatsPathForTab } from 'lib/route/path';
0 commit comments