added enrichment ui and functionality

This commit is contained in:
2025-12-23 11:18:34 -05:00
parent bb8ddb6823
commit 57034eefc3
4 changed files with 616 additions and 0 deletions
+7
View File
@@ -11,6 +11,7 @@ import {
Users,
Settings,
LucideMail,
Wand2,
} from "lucide-react";
const navItems = [
@@ -44,6 +45,11 @@ const navItems = [
href: "/admin/platforms",
icon: <Layers className="h-4 w-4" />,
},
{
label: "Enrichment",
href: "/admin/enrichment",
icon: <Wand2 className="h-4 w-4" />,
},
{
label: "Users",
href: "/admin/users",
@@ -64,6 +70,7 @@ const navItems = [
href: "/admin/email/send",
icon: <LucideMail className="h-4 w-4" />,
},
];
// ... existing code ...