remove workflow and fix dependencies

This commit is contained in:
2025-08-25 18:33:04 +02:00
parent eb1daa60f4
commit c07ed1744f
28 changed files with 15 additions and 6848 deletions

View File

@@ -22,9 +22,6 @@ import { ChevronDown } from "lucide-react"
const MODULE_NAV_MAP = {
chatbot: { href: "/chatbot", label: "Chatbot" },
rag: { href: "/rag", label: "RAG" },
signal: { href: "/signal", label: "Signal Bot" },
workflow: { href: "/workflows", label: "Workflows" },
analytics: { href: "/analytics", label: "Analytics" },
// Add more mappings as needed
}