clean up code a little before tests are worked on

This commit is contained in:
Ken
2019-01-31 15:28:01 -08:00
parent 886215cefa
commit 23aa611fea
3 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ export function mapDispatchToProps(dispatch: Dispatch<TodoAction>) {
};
}
export default connect(
export const TodoAppContainer = connect(
mapStateToProps,
mapDispatchToProps
)(TodoApp);