app/packs/src/decidim/elections/trustee/tally.js in decidim-elections-0.25.2 vs app/packs/src/decidim/elections/trustee/tally.js in decidim-elections-0.26.0.rc1

- old
+ new

@@ -1,13 +1,13 @@ import { TallyComponent, IdentificationKeys, MessageIdentifier, MESSAGE_RECEIVED -} from "@codegram/decidim-bulletin_board"; +} from "@decidim/decidim-bulletin_board"; -import { TrusteeWrapperAdapter as DummyTrusteeWrapperAdapter } from "@codegram/voting_schemes-dummy"; -import { TrusteeWrapperAdapter as ElectionGuardTrusteeWrapperAdapter } from "@codegram/voting_schemes-electionguard"; +import { TrusteeWrapperAdapter as DummyTrusteeWrapperAdapter } from "@decidim/voting_schemes-dummy"; +import { TrusteeWrapperAdapter as ElectionGuardTrusteeWrapperAdapter } from "@decidim/voting_schemes-electionguard"; $(() => { // UI Elements const $tally = $(".trustee-step"); const $startButton = $tally.find(".start");