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

Commit

Permalink
fix(balancer): Also export the app module (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 29, 2022
1 parent 7786218 commit 8107ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/balancer-v2/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { BALANCER_V2_DEFINITION, BalancerV2AppDefinition } from './balancer-v2.definition';
export { BalancerV2AppModule } from './balancer-v2.module';
export { BalancerV2ContractFactory } from './contracts';

// Helpers
Expand Down

0 comments on commit 8107ea8

Please sign in to comment.