import Splash from './Splash.vue' import AccountType from './AccountType.vue' import CompanyID from './CompanyID.vue' import Role from './Role.vue' import Skills from './Skills.vue' import Location from './Location.vue' import Interests from './Interests.vue' import LicensesAndCertifications from './LicensesAndCertifications.vue' import FormInput from './FormInput.vue' import FormTags from './FormTags.vue' import FormDropdown from './FormDropdown.vue' import QuestionResponse from './QuestionResponse.vue' export default { Splash, AccountType, CompanyID, Role, Skills, Location, Interests, LicensesAndCertifications, FormDropdown, FormTags, FormInput, QuestionResponse, }