export const POPUP_OPEN = 'POPUP_OPEN';
export const POPUP_CLOSE = 'POPUP_CLOSE';
export const POPUP_CLOSE_ALL = 'POPUP_CLOSE_ALL';
