From 8badd8a8b639d476a82fefbec167885e2148f190 Mon Sep 17 00:00:00 2001 From: "Emmanuel .A" Date: Thu, 12 Feb 2026 05:22:18 +0300 Subject: [PATCH] prepare publish --- src/context/providerContext.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/context/providerContext.tsx b/src/context/providerContext.tsx index 6c13ae1..56b4dfb 100644 --- a/src/context/providerContext.tsx +++ b/src/context/providerContext.tsx @@ -9,5 +9,4 @@ export interface HydraReactProviderProps { options: HydraProviderOptions; } -export const HydraReactContext = createContext(undefined); - +export const HydraReactContext = createContext(undefined); \ No newline at end of file