[web] fix imports

This commit is contained in:
Jason 2016-06-25 10:06:38 +08:00
parent 64fda2c735
commit aecc267eb9
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { fetchApi } from '../utils'
import * as websocketActions from './websocket'
import * as msgQueueActions from './msgQueue'
export const MSG_TYPE = 'UPDATE_SETTINGS'

View File

@ -1,3 +1,4 @@
import Filt from '../../filt/filt'
import { RequestUtils } from '../../flow/utils'
import reduceView, * as viewActions from '../utils/view'
import * as viewsActions from '../views'