You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 725B

123456789101112131415161718192021222324252627
  1. import Splash from './Splash.vue'
  2. import AccountType from './AccountType.vue'
  3. import CompanyID from './CompanyID.vue'
  4. import Role from './Role.vue'
  5. import Skills from './Skills.vue'
  6. import Location from './Location.vue'
  7. import Interests from './Interests.vue'
  8. import LicensesAndCertifications from './LicensesAndCertifications.vue'
  9. import FormInput from './FormInput.vue'
  10. import FormTags from './FormTags.vue'
  11. import FormDropdown from './FormDropdown.vue'
  12. import QuestionResponse from './QuestionResponse.vue'
  13. export default {
  14. Splash,
  15. AccountType,
  16. CompanyID,
  17. Role,
  18. Skills,
  19. Location,
  20. Interests,
  21. LicensesAndCertifications,
  22. FormDropdown,
  23. FormTags,
  24. FormInput,
  25. QuestionResponse,
  26. }