Skip to content

Commit a844207

Browse files
committed
Fix the path error
1 parent 56942af commit a844207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChatMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ReactMarkdown from 'react-markdown'
22
import rehypeRaw from 'rehype-raw'
33
import rehypeSanitize from 'rehype-sanitize'
44
import rehypeHighlight from 'rehype-highlight'
5-
import type { Message } from '../utils/demo.ai'
5+
import type { Message } from '../utils/ai'
66

77
export const ChatMessage = ({ message }: { message: Message }) => (
88
<div

0 commit comments

Comments
 (0)