Skip to content

Commit

Permalink
fix(build): incorrect import dep
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 26, 2019
1 parent 57a51fb commit a180497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/reducers/accountsReducer.js
Expand Up @@ -12,8 +12,7 @@
* Copyright (c) 2014-2019. All rights reserved.
*/

import { fromJS, Map, List } from 'immutable'
import produce from 'immer'
import { fromJS, List } from 'immutable'
import { handleActions } from 'redux-actions'
import { FETCH_ACCOUNTS, SAVE_EDIT_ACCOUNT, UNLOAD_ACCOUNTS } from 'actions/types'

Expand Down

0 comments on commit a180497

Please sign in to comment.