app/packs/src/decidim/elections/voter/setup-vote.js in decidim-elections-0.26.10 vs app/packs/src/decidim/elections/voter/setup-vote.js in decidim-elections-0.27.0.rc1

- old
+ new

@@ -1,8 +1,6 @@ /* eslint-disable require-jsdoc */ -// show a message to the user if comunication is lost -import "src/decidim/elections/broken_promises_handler"; import { VoteComponent } from "@decidim/decidim-bulletin_board"; import * as VotingSchemesDummy from "@decidim/voting_schemes-dummy"; const DummyVoterWrapperAdapter = VotingSchemesDummy.VoterWrapperAdapter; import * as VotingSchemesElectionGuard from "@decidim/voting_schemes-electionguard";