moved join-flow-steps to join flow dir

This commit is contained in:
Ben Wheeler 2019-06-25 17:41:12 -04:00
parent b12694fc12
commit 2fbaf4af8e
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