diff --git a/src/components/join-flow/join-flow.jsx b/src/components/join-flow/join-flow.jsx index 80fb1bb05..2eed4f522 100644 --- a/src/components/join-flow/join-flow.jsx +++ b/src/components/join-flow/join-flow.jsx @@ -9,6 +9,7 @@ const intlShape = require('../../lib/intl.jsx').intlShape; const Progression = require('../progression/progression.jsx'); const UsernameStep = require('./username-step.jsx'); const BirthDateStep = require('./birthdate-step.jsx'); +const GenderStep = require('./gender-step.jsx'); const EmailStep = require('./email-step.jsx'); const WelcomeStep = require('./welcome-step.jsx'); @@ -40,6 +41,7 @@ class JoinFlow extends React.Component { +