Fix babel scope tracker error on build
This commit is contained in:
parent
a733963371
commit
41d70c3a15
6 changed files with 7 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
} from '../constants/term-groups';
|
||||
import {SESSION_REQUEST} from '../constants/sessions';
|
||||
import findBySession from '../utils/term-groups';
|
||||
import getRootGroups from '../selectors';
|
||||
import {getRootGroups} from '../selectors';
|
||||
import {setActiveSession, ptyExitSession, userExitSession} from './sessions';
|
||||
import {Dispatch} from 'redux';
|
||||
import {ITermState, ITermGroup, HyperState} from '../hyper';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {php_escapeshellcmd as escapeShellCmd} from 'php-escape-shell';
|
||||
import {isExecutable} from '../utils/file';
|
||||
import getRootGroups from '../selectors';
|
||||
import {getRootGroups} from '../selectors';
|
||||
import findBySession from '../utils/term-groups';
|
||||
import notify from '../utils/notify';
|
||||
import rpc from '../rpc';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue