mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
clean up code a little before tests are worked on
This commit is contained in:
@@ -22,7 +22,7 @@ export function mapDispatchToProps(dispatch: Dispatch<TodoAction>) {
|
||||
};
|
||||
}
|
||||
|
||||
export default connect(
|
||||
export const TodoAppContainer = connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
)(TodoApp);
|
||||
|
||||
Reference in New Issue
Block a user