Skip to content

Commit 84c7be3

Browse files
authored
added export connect
1 parent 4d70a7e commit 84c7be3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-redux-connect.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ const connect = (ChildComponent, mapStateToProps, mapDispatchToProps) => {
1616
}
1717

1818
};
19+
20+
export default connect;

0 commit comments

Comments
 (0)