Skip to content

Commit

Permalink
fix: connect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Sep 15, 2020
1 parent 97fb07f commit eec9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/connect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { GlobalContext } from "src/components/Context";
import { GlobalContext } from "../components/Context";
import { bindActionCreators } from "./bindActionCreators";

function defaultMergeProps<T extends string, P, I, K, J>(
Expand Down

0 comments on commit eec9a7b

Please sign in to comment.