mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 06:24:54 +10:00
- implement lists
- implement generic sections - implement list actions - implement error handlers
This commit is contained in:
@@ -4,6 +4,7 @@ import React, { createContext } from "react";
|
||||
const events = {
|
||||
AUTH_MODAL: "auth_modal",
|
||||
CREATE_RESUME_MODAL: "create_resume_modal",
|
||||
SOCIAL_MODAL: "social_modal",
|
||||
};
|
||||
|
||||
const emitter = createNanoEvents();
|
||||
|
||||
Reference in New Issue
Block a user