We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249abfe commit e5792b8Copy full SHA for e5792b8
1 file changed
packages/experience-chat-launcher/src/private/ChatLauncher.tsx
@@ -1,6 +1,6 @@
1
import { validateProps } from '@msinternal/botframework-webchat-react-valibot';
2
import { useStyles } from '@msinternal/botframework-webchat-styles/react';
3
-import { ThemeProvider } from 'botframework-webchat/component';
+import { ThemeProvider } from 'botframework-webchat-component/component';
4
import cx from 'classnames';
5
import React, { memo, useMemo } from 'react';
6
import { custom, object, optional, pipe, readonly, string, union, type InferInput } from 'valibot';
0 commit comments