File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
evaluation-view/components Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import './BrainDriveChatWithDocs.css' ;
33import { Loader2 , AlertCircle } from 'lucide-react' ;
4- // import { ChatMessagesProvider } from './collection-chat-view/context/chat-messages-provider';
54import { CollectionViewShell } from './collection-view/CollectionViewShell' ;
65import { CollectionChatViewShell } from './collection-chat-view/CollectionChatViewShell' ;
76import { EvaluationViewShell } from './evaluation-view/EvaluationViewShell' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Textarea } from '@/components/ui/textarea';
1111import type { ModelInfo , PersonaInfo } from '../../components/chat-header/types' ;
1212import type { Collection } from '../../braindrive-plugin/pluginTypes' ;
1313
14- // Inline Dialog Components - No hooks, class-based pattern
14+
1515class Dialog extends React . Component < {
1616 open ?: boolean ;
1717 onOpenChange ?: ( open : boolean ) => void ;
You can’t perform that action at this time.
0 commit comments