Files
notesnook/apps/web/src/common/app-events.js

9 lines
283 B
JavaScript
Raw Normal View History

import EventManager from "@streetwriters/notesnook-core/utils/eventmanager";
export const AppEventManager = new EventManager();
export const AppEvents = {
UPDATE_ATTACHMENT_PROGRESS: "updateAttachmentProgress",
UPDATE_STATUS: "updateStatus",
REMOVE_STATUS: "removeStatus",
};