Merge pull request #3080 from benjiwheeler/move-join-flow-steps

moved join-flow-steps to join flow dir
This commit is contained in:
Benjamin Wheeler 2019-06-25 18:22:56 -04:00 committed by GitHub
commit 5b7f8088ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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