From 499bf075409a74a27cd37a58587f2ee303b2c16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=9F=8E=E9=93=AD?= Date: Mon, 12 May 2025 14:58:37 +0800 Subject: [PATCH] Update ThreadContent.tsx --- frontend/src/components/thread/content/ThreadContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/thread/content/ThreadContent.tsx b/frontend/src/components/thread/content/ThreadContent.tsx index 8572fddf..166ab524 100644 --- a/frontend/src/components/thread/content/ThreadContent.tsx +++ b/frontend/src/components/thread/content/ThreadContent.tsx @@ -4,7 +4,7 @@ import { ArrowDown, CircleDashed } from 'lucide-react'; import { Button } from '@/components/ui/button'; import { Markdown } from '@/components/ui/markdown'; import { UnifiedMessage, ParsedContent, ParsedMetadata } from '@/components/thread/types'; -import { safeJsonParse } from '@/components/thread/utils'; +import { safeJsonParse } from '@/components/thread/utils'; import { FileAttachmentGrid } from '@/components/thread/file-attachment'; import { FileCache } from '@/hooks/use-cached-file'; import { useAuth } from '@/components/AuthProvider';