mirror of https://github.com/kortix-ai/suna.git
fix: removed leftover import
This commit is contained in:
parent
7c3a36d60a
commit
69cd04e3b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue