mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-05 21:48:03 +00: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',
|
|
};
|