Skip to content

Commit

Permalink
Resolve format error
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Oct 30, 2024
1 parent 675f7ec commit dba4659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export * from "./usePagination"
export * from "./useModal"
export * from "./useTransactionModal"
export * from "./useVerifyDepositAddress"
export * from "./useTVL.ts"
export * from "./useTVL"
export * from "./useDisconnectWallet"
export * from "./useWalletConnectionError"
export { default as useInvalidateQueries } from "./useInvalidateQueries"
Expand Down

0 comments on commit dba4659

Please sign in to comment.