Skip to content

Commit

Permalink
Merge pull request #2440 from IntersectMBO/chore/dummy-commit
Browse files Browse the repository at this point in the history
chore: reorder exports of pages
  • Loading branch information
mpavlovicbb authored Nov 28, 2024
2 parents 605ca12 + 539b3cf commit 4c80fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export * from "./GovernanceActionDetails";
export * from "./GovernanceActions";
export * from "./GovernanceActionsCategory";
export * from "./Home";
export * from "./ProposalDiscussion";
export * from "./RegisterAsDirectVoter";
export * from "./RegisterAsDirectVoter";
export * from "./RegisterAsdRep";
export * from "./RetireAsDirectVoter";
export * from "./RetireAsDrep";
export * from "./ProposalDiscussion";

0 comments on commit 4c80fa9

Please sign in to comment.