File tree Expand file tree Collapse file tree 3 files changed +3
-90
lines changed
packages/compass-assistant Expand file tree Collapse file tree 3 files changed +3
-90
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import { AssistantChat } from './assistant-chat';
44import { ASSISTANT_DRAWER_ID , AssistantContext } from './assistant-provider' ;
55
66/**
7- * AssistantDrawer component that wraps AssistantChat in a DrawerSection.
7+ * CompassAssistantDrawer component that wraps AssistantChat in a DrawerSection.
88 * This component can be placed at any level in the component tree as long as
99 * it's within an AssistantProvider.
1010 */
11- export const AssistantDrawer : React . FunctionComponent = ( ) => {
11+ export const CompassAssistantDrawer : React . FunctionComponent = ( ) => {
1212 const context = useContext ( AssistantContext ) ;
1313
1414 if ( ! context ) {
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ export const CompassAssistantProvider = registerCompassPlugin(
3838 }
3939) ;
4040
41- export { AssistantDrawer as CompassAssistantDrawer } from './assistant-drawer' ;
41+ export { CompassAssistantDrawer } from './compass- assistant-drawer' ;
You can’t perform that action at this time.
0 commit comments