This commit is contained in:
alorig
2025-11-28 06:20:39 +05:00
parent e09198a8fd
commit cc4752a25a
2 changed files with 49 additions and 0 deletions

View File

@@ -169,6 +169,11 @@ const AppSidebar: React.FC = () => {
name: "Dashboard",
path: "/",
},
{
icon: <BoltIcon />,
name: "AI Control Hub",
path: "/ai-control-hub",
},
],
},
{