Skip to content

Commit 8b45e06

Browse files
committed
add
1 parent a51b7a1 commit 8b45e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/message.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import cx from 'classnames';
33
import { AnimatePresence, motion } from 'framer-motion';
44
import { memo, useState } from 'react';
55
import type { Vote } from '@/lib/db/schema';
6-
import { DocumentToolCall, DocumentToolResult } from './document';
6+
import { DocumentToolResult } from './document';
77
import { PencilEditIcon, SparklesIcon } from './icons';
88
import { Response } from './elements/response';
99
import { MessageContent } from './elements/message';

0 commit comments

Comments
 (0)