Skip to content

Commit a2ae81b

Browse files
ci-botAniket-Engg
authored andcommitted
remove package
1 parent 28e481b commit a2ae81b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/remix-ui/remix-ai-assistant/src/components/chat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import ReactMarkdown from 'react-markdown'
22
import remarkGfm from 'remark-gfm'
33
import rehypeRaw from 'rehype-raw'
44
import rehypeSanitize from 'rehype-sanitize'
5-
import rehypeHighlight from 'rehype-highlight'
65
import copy from 'copy-to-clipboard'
76
import { ChatMessage, assistantAvatar } from '../lib/types'
87
import React, { useState, useEffect } from 'react'

libs/remix-ui/remix-ai-assistant/src/components/remix-ui-remix-ai-assistant.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useState, useEffect, useCallback, useRef, useImperativeHandle, MutableRefObject, useContext } from 'react'
22
import '../css/remix-ai-assistant.css'
3-
import 'highlight.js/styles/github.css'
43

54
import { ChatCommandParser, GenerationParams, ChatHistory, HandleStreamResponse, listModels, isOllamaAvailable } from '@remix/remix-ai-core'
65
import { HandleOpenAIResponse, HandleMistralAIResponse, HandleAnthropicResponse, HandleOllamaResponse } from '@remix/remix-ai-core'

0 commit comments

Comments
 (0)