@stbmoz-onboarding/core 1.0.20 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Utilities/index.js +2 -2
- package/package.json +1 -1
package/Utilities/index.js
CHANGED
|
@@ -2,11 +2,11 @@ export { default as academicLevels } from './academicLevels';
|
|
|
2
2
|
export * from './academicLevels';
|
|
3
3
|
export { default as activities } from './activities';
|
|
4
4
|
export * from './activities';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as contractRegimes } from './contractTypes';
|
|
6
6
|
export * from './contractTypes';
|
|
7
7
|
export { default as employmentTypes } from './employmentTypes';
|
|
8
8
|
export * from './employmentTypes';
|
|
9
|
-
export { default as
|
|
9
|
+
export { default as maritalStatuses } from './maritalStatus';
|
|
10
10
|
export * from './maritalStatus';
|
|
11
11
|
export { default as marriageRegime } from './marriageRegime';
|
|
12
12
|
export * from './marriageRegime';
|