const mapDispatchToProps = (dispatch: ThunkDispatch<{}, {}, any>): Partial<Props> => ({
  loadHome: () => dispatch(loadHome()),
});