fix: exports

This commit is contained in:
Shivam Mishra
2025-06-10 17:35:45 +05:30
parent 1503ddeda4
commit 851f622fe1
@@ -4,9 +4,5 @@
export { ChatwootProvider, useChatwoot } from './components/ChatwootProvider';
export { ChatwootConversation } from './components/ChatwootConversation';
// For testing/demo purposes
export { HelloWorld } from './components/HelloWorld';
export { VueWebComponentWrapper } from './components/VueWebComponentWrapper';
// Lower-level components (advanced usage)
export { ChatwootMessageListWrapper } from './components/ChatwootMessageListWrapper';
export { ChatwootMessageListWrapper } from './components/ChatwootMessageListWrapper';