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

fix(tarot): Export module #583

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';