| 123456789101112131415161718192021222324252627282930313233343536373839 |
- const OnboardingStepComponents = [
- {
- id: 0,
- component:'Splash',
- },
- {
- id: 1,
- component:'AccountType',
- },
- {
- id: 2,
- component:'CompanyID',
- },
- {
- id: 3,
- component:'Role',
- },
- {
- id: 4,
- component:'Skills',
- },
- {
- id: 5,
- component:'Location',
- },
- {
- id: 6,
- component:'Interests',
- },
- {
- id: 7,
- component:'LicensesAndCertifications',
- },
- {
- id: 8,
- component:'Aspects',
- }
- ]
- export default OnboardingStepComponents
|