@ -150,4 +150,4 @@ export default function contactFormReducer(state = initialState, action) {
const handler = ACTION_HANDLERS[action.type]
return handler ? handler(state, action) : state
}
@ -112,4 +112,4 @@ const mergeProps = (stateProps, dispatchProps, ownProps) => {
export default withRouter(connect(mapStateToProps, mapDispatchToProps, mergeProps)(Contacts))