fix: removed leftover import

This commit is contained in:
Vukasin 2025-05-13 18:14:45 +02:00
parent 7c3a36d60a
commit 69cd04e3b8
1 changed files with 3 additions and 4 deletions

View File

@ -4,15 +4,14 @@ 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 { FileAttachmentGrid } from '@/components/thread/file-attachment';
import { FileCache } from '@/hooks/use-cached-file';
import { useAuth } from '@/components/AuthProvider';
import { Project } from '@/lib/api';
import {
extractPrimaryParam,
getToolIcon,
safeJsonParse,
extractPrimaryParam,
getToolIcon,
safeJsonParse,
} from '@/components/thread/utils';
// Define the set of tags whose raw XML should be hidden during streaming