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
+6
View File
@@ -10,6 +10,7 @@ import {
Users,
Settings,
LucideMail,
Wand2,
} from "lucide-react";
import Link from "next/link";
@@ -49,6 +50,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",