Browse Source
fix(lints): Drop unused import
renovate/lint-staged-8.x
Ben Woosley
7 years ago
No known key found for this signature in database
GPG Key ID: 6EE5F3785F78B345
1 changed files with
1 additions and
2 deletions
-
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' |
|
|
|
// ------------------------------------
|
|
|
|