Skip to content

Commit e5792b8

Browse files
committed
Use <ThemeProvider> from component package
1 parent 249abfe commit e5792b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/experience-chat-launcher/src/private/ChatLauncher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { validateProps } from '@msinternal/botframework-webchat-react-valibot';
22
import { useStyles } from '@msinternal/botframework-webchat-styles/react';
3-
import { ThemeProvider } from 'botframework-webchat/component';
3+
import { ThemeProvider } from 'botframework-webchat-component/component';
44
import cx from 'classnames';
55
import React, { memo, useMemo } from 'react';
66
import { custom, object, optional, pipe, readonly, string, union, type InferInput } from 'valibot';

0 commit comments

Comments
 (0)