mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: comment out in progress features
This commit is contained in:
parent
1d1949086a
commit
162bfabac3
2 changed files with 11 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue