added enrichment ui and functionality
This commit is contained in:
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user