mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-28 05:41:58 -04:00
simplified export of join flow step
This commit is contained in:
parent
67ad5fc383
commit
b044e973ac
1 changed files with 1 additions and 3 deletions
|
@ -179,6 +179,4 @@ UsernameStep.propTypes = {
|
|||
onNextStep: PropTypes.func
|
||||
};
|
||||
|
||||
const IntlUsernameStep = injectIntl(UsernameStep);
|
||||
|
||||
module.exports.UsernameStep = IntlUsernameStep;
|
||||
module.exports.UsernameStep = injectIntl(UsernameStep);
|
||||
|
|
Loading…
Add table
Reference in a new issue