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,7 +4,6 @@ import { ArrowDown, CircleDashed } from 'lucide-react';
import { Button } from '@/components/ui/button'; import { Button } from '@/components/ui/button';
import { Markdown } from '@/components/ui/markdown'; import { Markdown } from '@/components/ui/markdown';
import { UnifiedMessage, ParsedContent, ParsedMetadata } from '@/components/thread/types'; import { UnifiedMessage, ParsedContent, ParsedMetadata } from '@/components/thread/types';
import { safeJsonParse } from '@/components/thread/utils';
import { FileAttachmentGrid } from '@/components/thread/file-attachment'; import { FileAttachmentGrid } from '@/components/thread/file-attachment';
import { FileCache } from '@/hooks/use-cached-file'; import { FileCache } from '@/hooks/use-cached-file';
import { useAuth } from '@/components/AuthProvider'; import { useAuth } from '@/components/AuthProvider';