Skip to content

Commit

Permalink
fix: added the WebChatCustomElement component to entry point export l…
Browse files Browse the repository at this point in the history
…ist (#25)
  • Loading branch information
TazmanianDI authored Nov 20, 2023
1 parent b1d7c1b commit 4bacd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { CustomResponsePortalsContainer } from './CustomResponsePortalsContainer
import { WebChatContainer, setEnableDebug } from './WebChatContainer';
import { WebChatConfig } from './types/WebChatConfig';
import { WebChatInstance } from './types/WebChatInstance';
import { WebChatCustomElement } from './WebChatCustomElement';

export {
AddedWithWebChatProps,
Expand All @@ -28,4 +29,5 @@ export {
withWebChat,
WithWebChatConfig,
setEnableDebug,
WebChatCustomElement,
};

0 comments on commit 4bacd73

Please sign in to comment.