UNPKG

livechat-widget

Version:

LiveChat Widget for Next.js applications

4 lines (3 loc) 173 B
// Export components export { default as ChatWidgetClient } from './components/chat/ChatWidgetClient'; export { default as ChatWidget } from './components/chat/ChatWidget';