index.js 242 B

1234567
  1. import StepOne from './stepOne.vue'
  2. import StepTwo from './stepTwo.vue'
  3. import StepThree from './stepThree.vue'
  4. import StepFour from './stepFour.vue'
  5. import StepFive from './stepFive'
  6. export {StepOne, StepTwo, StepThree, StepFour, StepFive}