diff --git a/src/components/images/ImageView.tsx b/src/components/images/ImageView.tsx index cc3a989..25113de 100644 --- a/src/components/images/ImageView.tsx +++ b/src/components/images/ImageView.tsx @@ -2,7 +2,7 @@ import { useState } from "react"; import { ChatHeader } from "@/components/ChatHeader"; import { Button } from "@/components/ui/button"; import { Textarea } from "@/components/ui/textarea"; -import { Download, Copy, Trash2, Sparkles, Clock, Search } from "lucide-react"; +import { Download, Trash2, Sparkles, Clock, Search } from "lucide-react"; import { ScrollArea } from "@/components/ui/scroll-area"; import { Input } from "@/components/ui/input"; import { @@ -231,9 +231,6 @@ const ImageCard = ({ image, onDelete }: ImageCardProps) => { Baixar -