From 93af822fa355505195e3a5e334c68897d2918b88 Mon Sep 17 00:00:00 2001 From: Gorka Ludlow Date: Mon, 25 Feb 2019 12:54:33 +0100 Subject: [PATCH] Voting: remove unnecesary dep (#691) --- apps/voting/app/src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/voting/app/src/App.js b/apps/voting/app/src/App.js index b1ac271638..cb2eae4814 100644 --- a/apps/voting/app/src/App.js +++ b/apps/voting/app/src/App.js @@ -10,7 +10,6 @@ import VotePanelContent from './components/VotePanelContent' import NewVotePanelContent from './components/NewVotePanelContent' import AutoLink from './components/AutoLink' import MenuButton from './components/MenuButton/MenuButton' -import NewVoteButton from './components/NewVoteButton/NewVoteButton' import AppLayout from './components/AppLayout' import NewVoteIcon from './components/NewVoteIcon' import { networkContextType } from './utils/provideNetwork'