mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- run eslint --fix across project
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
const ModalEvents = {
|
||||
AUTH_MODAL: "auth_modal",
|
||||
CREATE_RESUME_MODAL: "create_resume_modal",
|
||||
SOCIAL_MODAL: "social_modal",
|
||||
WORK_MODAL: "work_modal",
|
||||
EDUCATION_MODAL: "education_modal",
|
||||
AWARD_MODAL: "award_modal",
|
||||
CERTIFICATION_MODAL: "certification_modal",
|
||||
SKILL_MODAL: "skill_modal",
|
||||
AUTH_MODAL: 'auth_modal',
|
||||
CREATE_RESUME_MODAL: 'create_resume_modal',
|
||||
SOCIAL_MODAL: 'social_modal',
|
||||
WORK_MODAL: 'work_modal',
|
||||
EDUCATION_MODAL: 'education_modal',
|
||||
AWARD_MODAL: 'award_modal',
|
||||
CERTIFICATION_MODAL: 'certification_modal',
|
||||
SKILL_MODAL: 'skill_modal',
|
||||
};
|
||||
|
||||
export default ModalEvents;
|
||||
|
||||
Reference in New Issue
Block a user