Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Add missing index to PieDAO (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich authored Apr 12, 2022
1 parent 8935d30 commit b6bbb72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/apps/pie-dao/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export { PIE_DAO_DEFINITION, PieDaoAppDefinition } from './pie-dao.definition';
export { PieDaoAppModule } from './pie-dao.module';
export { PieDaoContractFactory } from './contracts';

export type { PieDaoReferralRewards } from './contracts';
export type { PieDaoStaking } from './contracts';
export type { PieDaoVoteLockedDough } from './contracts';

0 comments on commit b6bbb72

Please sign in to comment.