Skip to content

Commit

Permalink
fix: exported farm props
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed May 1, 2023
1 parent 19859ee commit 6db852c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { SwapEvents } from './swap/events';
import { WalletEvents } from './wallet/events';

export { DepositProps } from './deposit/props';
export { FarmProps, StakeProps } from './farm/props';
export { RedeemProps } from './redeem/props';
export { SwapProps } from './swap/props';
export { WalletProps } from './wallet/props';
Expand Down

0 comments on commit 6db852c

Please sign in to comment.