Skip to content

Commit 20ea35e

Browse files
authored
Merge pull request #1 from MeshJS/publish-package
prepare publish
2 parents a0f1d1c + 8badd8a commit 20ea35e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)