From f9926a661c9f5510e890ad503c9c3d01323018f9 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Tue, 25 Sep 2018 12:26:51 +0200 Subject: [PATCH] WalletService eslint (removed unused import) --- src/services/WalletService.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/WalletService.js b/src/services/WalletService.js index 5f35dddf..9455dfbb 100644 --- a/src/services/WalletService.js +++ b/src/services/WalletService.js @@ -5,7 +5,6 @@ import * as WALLET from 'actions/constants/wallet'; import * as CONNECT from 'actions/constants/TrezorConnect'; import * as WalletActions from 'actions/WalletActions'; -import * as RouterActions from 'actions/RouterActions'; import * as NotificationActions from 'actions/NotificationActions'; import * as LocalStorageActions from 'actions/LocalStorageActions'; import * as TrezorConnectActions from 'actions/TrezorConnectActions';