mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
|
|
import EventManager from "notes-core/utils/eventmanager";
|
||
|
|
|
||
|
|
export const AppEventManager = new EventManager();
|
||
|
|
export const AppEvents = {
|
||
|
|
UPDATE_ATTACHMENT_PROGRESS: "updateAttachmentProgress",
|
||
|
|
UPDATE_STATUS: "updateStatus",
|
||
|
|
REMOVE_STATUS: "removeStatus",
|
||
|
|
};
|