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