Refactor Agents and Prompts routes

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 12:48:10 +00:00
parent d3c2e31d15
commit 954b09f836
4 changed files with 60 additions and 102 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ import { Separator } from "@/components/ui/separator";
import { ThemeToggle } from "./ThemeToggle";
const menuItems = [
{ title: "Agentes", url: "/agents", icon: Bot },
{ title: "Prompts", url: "/", icon: FileText },
{ title: "Agentes", url: "/", icon: Bot },
{ title: "Prompts", url: "/prompts", icon: FileText },
{ title: "Testar Prompt", url: "/test", icon: TestTube },
];
+2 -2
View File
@@ -5,8 +5,8 @@ import { Button } from "@/components/ui/button";
import { ThemeToggle } from "./ThemeToggle";
const menuItems = [
{ title: "Agentes", url: "/agents", icon: Bot },
{ title: "Prompts", url: "/", icon: FileText },
{ title: "Agentes", url: "/", icon: Bot },
{ title: "Prompts", url: "/prompts", icon: FileText },
{ title: "Testar Prompt", url: "/test", icon: TestTube },
];