Skip to content

Commit

Permalink
fix(ant): add ant contract to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Mar 22, 2024
1 parent bd82404 commit a2ff57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
export * from './ar-io.js';
export * from './error.js';
export * from './logger.js';
export * from './ant.js';

// contracts
export * from './contracts/remote-contract.js';
Expand Down

0 comments on commit a2ff57b

Please sign in to comment.