Skip to content

Commit 8badd8a

Browse files
committed
prepare publish
1 parent a0f1d1c commit 8badd8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/context/providerContext.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ export interface HydraReactProviderProps {
99
options: HydraProviderOptions;
1010
}
1111

12-
export const HydraReactContext = createContext<HydraReactContextValue | undefined>(undefined);
13-
12+
export const HydraReactContext = createContext<HydraReactContextValue | undefined>(undefined);

0 commit comments

Comments
 (0)