diff --git a/dapp/src/hooks/index.ts b/dapp/src/hooks/index.ts index af99f1cfc..1924fae58 100644 --- a/dapp/src/hooks/index.ts +++ b/dapp/src/hooks/index.ts @@ -1 +1 @@ -export * from "./helpers-hooks" \ No newline at end of file +export * from "./useDetectThemeMode" \ No newline at end of file diff --git a/dapp/src/hooks/helpers-hooks.ts b/dapp/src/hooks/useDetectThemeMode.ts similarity index 100% rename from dapp/src/hooks/helpers-hooks.ts rename to dapp/src/hooks/useDetectThemeMode.ts