simplified export of join flow step

This commit is contained in:
Ben Wheeler 2019-07-02 17:53:10 -04:00
parent 67ad5fc383
commit b044e973ac

View file

@ -179,6 +179,4 @@ UsernameStep.propTypes = {
onNextStep: PropTypes.func
};
const IntlUsernameStep = injectIntl(UsernameStep);
module.exports.UsernameStep = IntlUsernameStep;
module.exports.UsernameStep = injectIntl(UsernameStep);