Skip to content

Commit

Permalink
fix: export ProofsModule to public API (#325)
Browse files Browse the repository at this point in the history
Added export of ProofsModule to src/modules/proofs/index.ts

Signed-off-by: Karim Stekelenburg <karim@animo.id>
  • Loading branch information
karimStekelenburg authored Jun 16, 2021
1 parent eaa29e7 commit f2e3a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/proofs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './services'
export * from './ProofState'
export * from './repository'
export * from './ProofEvents'
export * from './ProofsModule'

0 comments on commit f2e3a06

Please sign in to comment.