From 0deead2dd2b50c4be321634d6a3abec6131ab47e Mon Sep 17 00:00:00 2001 From: Francisco Tobar Date: Tue, 19 Nov 2024 09:03:30 -0600 Subject: [PATCH] refactor: pr comments --- src/app/collective-rewards/hooks/index.ts | 2 +- .../hooks/{useGetGaugesFunction.ts => useGaugesGetFunction.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/app/collective-rewards/hooks/{useGetGaugesFunction.ts => useGaugesGetFunction.ts} (100%) diff --git a/src/app/collective-rewards/hooks/index.ts b/src/app/collective-rewards/hooks/index.ts index db050a87..d44f01ba 100644 --- a/src/app/collective-rewards/hooks/index.ts +++ b/src/app/collective-rewards/hooks/index.ts @@ -1 +1 @@ -export * from './useGetGaugesFunction' +export * from './useGaugesGetFunction' diff --git a/src/app/collective-rewards/hooks/useGetGaugesFunction.ts b/src/app/collective-rewards/hooks/useGaugesGetFunction.ts similarity index 100% rename from src/app/collective-rewards/hooks/useGetGaugesFunction.ts rename to src/app/collective-rewards/hooks/useGaugesGetFunction.ts