Skip to content

Commit 61e1950

Browse files
committed
Remove duplicate default export of ReactReduxContext
1 parent b07d821 commit 61e1950

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Context.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ function getContext(): Context<ReactReduxContextValue | null> {
4848
export const ReactReduxContext = /*#__PURE__*/ getContext()
4949

5050
export type ReactReduxContextInstance = typeof ReactReduxContext
51-
52-
export default ReactReduxContext

0 commit comments

Comments
 (0)