Browse Source

fix(lints): Drop unused import

renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
e7c0902cbc
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 1
      app/reducers/channels.js

1
app/reducers/channels.js

@ -2,7 +2,6 @@ import { createSelector } from 'reselect'
import { ipcRenderer } from 'electron'
import { btc } from 'utils'
import { showNotification } from 'notifications'
import { fetchDescribeNetwork } from './network'
import { closeChannelForm, resetChannelForm } from './channelform'
import { setError } from './error'
// ------------------------------------

Loading…
Cancel
Save