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

Commit

Permalink
fix(tarot): Export module (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwele authored Jun 6, 2022
1 parent 3498b72 commit f66ddaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/tarot/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export { TAROT_DEFINITION, TarotAppDefinition } from './tarot.definition';
export { TarotAppModule } from './tarot.module';
export { TarotContractFactory } from './contracts';

/* Contracts */
export type { TarotBorrowable } from './contracts';
export type { TarotFactory } from './contracts';
export type { TarotSupplyVault } from './contracts';
export type { TarotVault } from './contracts';

0 comments on commit f66ddaa

Please sign in to comment.