Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sluder committed Mar 5, 2024
1 parent 5130498 commit d8643db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export * from './dex/models/dex-transaction';

export * from './dex/base-dex';
export * from './dex/minswap';
export * from '@dex/sundaeswap-v1';
export * from './dex/sundaeswap-v1';
export * from './dex/muesliswap';
export * from './dex/wingriders';
export * from './dex/vyfinance';
Expand Down

0 comments on commit d8643db

Please sign in to comment.