Refactor Agent View

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 16:27:50 +00:00
parent 4ca7b2ff64
commit 9d925d1ae3
2 changed files with 66 additions and 37 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { useState } from "react";
import { MessageSquare, Image, Mic, ArrowLeft, Plus, ChevronLeft, ChevronRight, Bot, FileText } from "lucide-react";
import { MessageSquare, Image, Mic, ArrowLeft, Plus, ChevronLeft, ChevronRight, Bot, Sparkles } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Separator } from "@/components/ui/separator";
import { ThemeToggle } from "@/components/ThemeToggle";
@@ -20,7 +20,7 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => {
{ id: "images" as TabType, label: "Imagens", icon: Image },
{ id: "audio" as TabType, label: "Áudio", icon: Mic },
{ id: "bots" as TabType, label: "Bots", icon: Bot },
{ id: "agent" as TabType, label: "Agente de Parecer", icon: FileText },
{ id: "agent" as TabType, label: "Agente de Parecer", icon: Sparkles },
];
return (