From ef72dbcc9007b1f04c8d5561d75c3d8e7b352ef5 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Thu, 23 Aug 2018 15:59:16 +0200 Subject: [PATCH] Remove unused import --- .../components/LeftNavigation/components/AccountMenu/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js b/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js index 778b4c61..3237cc58 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js @@ -13,7 +13,7 @@ import ICONS from 'config/icons'; import { NavLink } from 'react-router-dom'; import { findDeviceAccounts } from 'reducers/AccountsReducer'; import { - FONT_SIZE, BORDER_WIDTH, TRANSITION_TIME, LEFT_NAVIGATION_ROW, + FONT_SIZE, BORDER_WIDTH, LEFT_NAVIGATION_ROW, } from 'config/variables'; import type { Accounts } from 'flowtype';