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