| 1234567891011121314151617181920212223242526272829 |
- import Splash from './Splash.vue'
- import Auth from './Auth.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,
- Auth,
- AccountType,
- CompanyID,
- Role,
- Skills,
- Location,
- Interests,
- LicensesAndCertifications,
- FormDropdown,
- FormTags,
- FormInput,
- QuestionResponse,
- }
|