mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +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',
|
|
};
|