diff --git a/ui/src/app/tools/[toolUuid]/components/TransferCallToolConfig.tsx b/ui/src/app/tools/[toolUuid]/components/TransferCallToolConfig.tsx index bea6ace..d997afc 100644 --- a/ui/src/app/tools/[toolUuid]/components/TransferCallToolConfig.tsx +++ b/ui/src/app/tools/[toolUuid]/components/TransferCallToolConfig.tsx @@ -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"; diff --git a/ui/src/components/layout/AppSidebar.tsx b/ui/src/components/layout/AppSidebar.tsx index dee75a7..e59385b 100644 --- a/ui/src/components/layout/AppSidebar.tsx +++ b/ui/src/components/layout/AppSidebar.tsx @@ -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 = () => {