From dba46597eccb3989fdafc4b8444e321e68985f3f Mon Sep 17 00:00:00 2001 From: Kamil Pyszkowski Date: Wed, 30 Oct 2024 15:14:27 +0100 Subject: [PATCH] Resolve format error --- dapp/src/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/src/hooks/index.ts b/dapp/src/hooks/index.ts index 8965f0482..a05a604bc 100644 --- a/dapp/src/hooks/index.ts +++ b/dapp/src/hooks/index.ts @@ -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"