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'