Skip to content

Commit

Permalink
chore: update handlePermit export to fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Sep 29, 2023
1 parent 0e0225c commit 2547434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/modules/permit/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { useAccountAgnosticPermitHookData } from './hooks/useAccountAgnosticPermitHookData'
export { generatePermitHook } from './utils/generatePermitHook'
export { useIsTokenPermittable } from './hooks/useIsTokenPermittable'
export { handlePermit } from './utils/handlePermit'
export * from './utils/handlePermit'
export * from './types'

0 comments on commit 2547434

Please sign in to comment.