Skip to content

Commit

Permalink
fix: Add missing bot id hook export
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Oct 5, 2024
1 parent c702c75 commit 5e146d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import { RcbTextAreaChangeValueEvent } from "./types/events/RcbTextAreaChangeVal

// hook imports
import { useAudio } from "./hooks/useAudio";
import { useBotId } from "./hooks/useBotId";
import { useChatWindow } from "./hooks/useChatWindow";
import { useFirstInteraction } from "./hooks/useFirstInteraction";
import { useFlow } from "./hooks/useFlow";
Expand Down Expand Up @@ -98,6 +99,7 @@ export {
// hook exports
export {
useAudio,
useBotId,
useChatWindow,
useFirstInteraction,
useFlow,
Expand Down

0 comments on commit 5e146d5

Please sign in to comment.