Remove History from sidebar

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 14:55:19 +00:00
parent 753724182d
commit 6ef80b9726
-2
View File
@@ -3,7 +3,6 @@ import { NavLink } from "react-router-dom";
import { import {
FileText, FileText,
TestTube, TestTube,
History,
ArrowLeft, ArrowLeft,
ChevronLeft, ChevronLeft,
ChevronRight, ChevronRight,
@@ -15,7 +14,6 @@ import { ThemeToggle } from "./ThemeToggle";
const menuItems = [ const menuItems = [
{ title: "Prompts", url: "/", icon: FileText }, { title: "Prompts", url: "/", icon: FileText },
{ title: "Testar Prompt", url: "/test", icon: TestTube }, { title: "Testar Prompt", url: "/test", icon: TestTube },
{ title: "Histórico", url: "/history", icon: History },
]; ];
export function AppSidebar() { export function AppSidebar() {