chore: comment out in progress features

This commit is contained in:
Abhishek Kumar 2026-03-09 17:48:47 +05:30
parent 1d1949086a
commit 162bfabac3
2 changed files with 11 additions and 14 deletions

View file

@ -1,8 +1,7 @@
"use client";
import {useState } from "react";
import { AlertCircle } from "lucide-react";
import {useState } from "react";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Input } from "@/components/ui/input";

View file

@ -12,14 +12,12 @@ import {
Key,
LogOut,
Megaphone,
MessageSquare,
Phone,
Settings,
Star,
TrendingUp,
Workflow,
Wrench,
Zap,
} from "lucide-react";
import Link from "next/link";
import { usePathname, useRouter } from "next/navigation";
@ -112,11 +110,11 @@ export function AppSidebar() {
url: "/campaigns",
icon: Megaphone,
},
{
title: "Automation",
url: "/automation",
icon: Zap,
},
// {
// title: "Automation",
// url: "/automation",
// icon: Zap,
// },
{
title: "Models",
url: "/model-configurations",
@ -160,11 +158,11 @@ export function AppSidebar() {
url: "/reports",
icon: FileText,
},
{
title: "LoopTalk",
url: "/looptalk",
icon: MessageSquare,
},
// {
// title: "LoopTalk",
// url: "/looptalk",
// icon: MessageSquare,
// },
];
const handleMobileNavClick = () => {