mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #3080 from benjiwheeler/move-join-flow-steps
moved join-flow-steps to join flow dir
This commit is contained in:
commit
5b7f8088ea
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ const PropTypes = require('prop-types');
|
|||
import {Formik} from 'formik';
|
||||
const {injectIntl, intlShape} = require('react-intl');
|
||||
|
||||
const JoinFlowStep = require('../join-flow/join-flow-step.jsx');
|
||||
const JoinFlowStep = require('./join-flow-step.jsx');
|
||||
|
||||
/*
|
||||
* Username step
|
|
@ -6,7 +6,7 @@ const React = require('react');
|
|||
const injectIntl = require('../../lib/intl.jsx').injectIntl;
|
||||
const intlShape = require('../../lib/intl.jsx').intlShape;
|
||||
|
||||
const JoinFlowSteps = require('../registration/join-flow-steps.jsx');
|
||||
const JoinFlowSteps = require('./join-flow-steps.jsx');
|
||||
|
||||
/*
|
||||
eslint-disable react/prefer-stateless-function, react/no-unused-prop-types, no-useless-constructor
|
||||
|
|
Loading…
Reference in a new issue