File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pages/common/Modals/ShareModal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ModeIcons from 'app/components/ModeIcons';
55import { getModulePath } from 'common/sandbox/modules' ;
66import QRCode from 'qrcode.react' ;
77import Button from 'app/components/Button' ;
8- import track from 'app /utils/analytics' ;
8+ import track from 'common /utils/analytics' ;
99
1010import {
1111 optionsToParameterizedUrl ,
Original file line number Diff line number Diff line change 11import { sequence , parallel } from 'cerebral' ;
22import { set , when } from 'cerebral/operators' ;
33import { state , props } from 'cerebral/tags' ;
4- import { track as trackAnalytics } from 'app /utils/analytics' ;
4+ import trackAnalytics from 'common /utils/analytics' ;
55import * as actions from './actions' ;
66
77export function addTabById ( id ) {
You can’t perform that action at this time.
0 commit comments