Skip to content

Commit

Permalink
expose formmodeWrapperMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
wallslide committed Apr 27, 2021
1 parent 54f083f commit c1e28a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import FormMode from '@/components/FormMode'
import textInputMixin from '@/components/FormMode/text-input-mixin'
import WizardMode from '@/components/WizardMode'
import widgeti18nMixin from '@/components/widgeti18nMixin'
import formmodeWrapperMixin from '@/components/ChatMode/overrides/formmodeWrapperMixin'

const ChatBot = {
ChatMode,
Expand All @@ -32,4 +33,5 @@ export {
WizardMode,
widgeti18nMixin,
textInputMixin,
formmodeWrapperMixin,
}

1 comment on commit c1e28a6

@vercel
Copy link

@vercel vercel bot commented on c1e28a6 Apr 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.