mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-10 21:17:01 +08:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
export const BUS_EVENTS = {
|
|
SET_REFERRER_HOST: 'SET_REFERRER_HOST',
|
|
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
|
|
};
|