- implementing hobby, language and reference sections

- dynamic template selection
This commit is contained in:
Amruth Pillai
2020-07-09 10:41:16 +05:30
parent 9045e2983d
commit 9e98da038c
38 changed files with 470 additions and 187 deletions

View File

@ -7,6 +7,9 @@ const ModalEvents = {
AWARD_MODAL: 'award_modal',
CERTIFICATION_MODAL: 'certification_modal',
SKILL_MODAL: 'skill_modal',
HOBBY_MODAL: 'hobby_modal',
LANGUAGE_MODAL: 'language_modal',
REFERENCE_MODAL: 'reference_modal',
};
export default ModalEvents;