bigwolfe commited on
Commit
575834b
·
1 Parent(s): b86420d
frontend/src/components/ChatMessage.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import type { ChatMessage as ChatMessageType, NoteWritten } from '@/types/rag';
2
  import { cn } from '@/lib/utils';
3
  import { User, Bot, FilePlus, Edit } from 'lucide-react';
4
  import { SourceList } from './SourceList';
 
1
+ import type { ChatMessage as ChatMessageType } from '@/types/rag';
2
  import { cn } from '@/lib/utils';
3
  import { User, Bot, FilePlus, Edit } from 'lucide-react';
4
  import { SourceList } from './SourceList';