We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aa7d2 commit 54cc47dCopy full SHA for 54cc47d
2 files changed
.changeset/young-flies-think.md
@@ -0,0 +1,5 @@
1
+---
2
+'@aragon/gov-ui-kit': minor
3
4
+
5
+Implement `ProposalActionSimulationStructure` component
src/modules/components/proposal/index.ts
@@ -1,5 +1,5 @@
-export * from './proposalActionSimulationStructure';
export * from './proposalActions';
+export * from './proposalActionSimulationStructure';
export * from './proposalDataListItem';
export * from './proposalUtils';
export * from './proposalVoting';
0 commit comments