export default connect(state => ({
  signup: state.signup
}))(connectI18n(locale => ({
  options: SignupFormOptions(locale)
}))(SignupHandler))