File tree 1 file changed +3
-3
lines changed
packages/fluent-theme/src/private
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Components } from 'botframework-webchat-component';
2
2
import React , { memo , type ReactNode } from 'react' ;
3
3
4
4
import SendBox from '../components/sendbox/SendBox' ;
5
- import WebchatTheme from '../components/Theme' ;
5
+ import WebChatTheme from '../components/Theme' ;
6
6
7
7
const { ThemeProvider } = Components ;
8
8
@@ -11,9 +11,9 @@ type Props = Readonly<{ children?: ReactNode | undefined }>;
11
11
const sendBoxMiddleware = [ ( ) => ( ) => ( ) => SendBox ] ;
12
12
13
13
const FluentThemeProvider = ( { children } : Props ) => (
14
- < WebchatTheme >
14
+ < WebChatTheme >
15
15
< ThemeProvider sendBoxMiddleware = { sendBoxMiddleware } > { children } </ ThemeProvider >
16
- </ WebchatTheme >
16
+ </ WebChatTheme >
17
17
) ;
18
18
19
19
export default memo ( FluentThemeProvider ) ;
You can’t perform that action at this time.
0 commit comments