3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
|
export const CHATWOOT_ERROR = 'chatwoot:error';
|
||
|
export const CHATWOOT_READY = 'chatwoot:ready';
|