mirror of https://github.com/kortix-ai/suna.git
hotfix(complete-tool): update import path for FileAttachment component
This commit is contained in:
parent
48188ef566
commit
1551ce9b4a
|
@ -25,7 +25,7 @@ import { Badge } from '@/components/ui/badge';
|
||||||
import { ScrollArea } from "@/components/ui/scroll-area";
|
import { ScrollArea } from "@/components/ui/scroll-area";
|
||||||
import { Progress } from '@/components/ui/progress';
|
import { Progress } from '@/components/ui/progress';
|
||||||
import { Markdown } from '@/components/ui/markdown';
|
import { Markdown } from '@/components/ui/markdown';
|
||||||
import { FileAttachment } from '../../file-attachment';
|
import { FileAttachment } from '../file-attachment';
|
||||||
|
|
||||||
interface CompleteContent {
|
interface CompleteContent {
|
||||||
summary?: string;
|
summary?: string;
|
||||||
|
|
Loading…
Reference in New Issue