Skip to content

Commit

Permalink
style: unify node color mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqianwen0418 committed Mar 18, 2024
1 parent 785355d commit e92bfca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/chat-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { MemoizedReactMarkdown } from '@/components/markdown'
import { IconOpenAI, IconUser } from '@/components/ui/icons'
import { ChatMessageActions } from '@/components/chat-message-actions'
import { CustomGraphNode } from '@/lib/types'
import { tailwindColorMapping } from '@/lib/utils'

export interface ChatMessageProps {
message: Message
Expand Down

0 comments on commit e92bfca

Please sign in to comment.