Skip to content

Commit fbce67e

Browse files
ssdeanxCopilot
andauthored
Update app/chat/components/main-sidebar.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 65a2dd5 commit fbce67e

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

app/chat/components/main-sidebar.tsx

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,6 @@ import {
5151
PlusIcon,
5252
} from 'lucide-react'
5353

54-
interface SidebarNavItem {
55-
id: string
56-
label: string
57-
icon: React.ReactNode
58-
href?: string
59-
}
60-
61-
const NAV_ITEMS: SidebarNavItem[] = [
62-
{
63-
id: 'workflows',
64-
label: 'Workflows',
65-
icon: <WorkflowIcon className="size-4" />,
66-
href: '/workflows',
67-
},
68-
{
69-
id: 'tools',
70-
label: 'Tools',
71-
icon: <CpuIcon className="size-4" />,
72-
href: '/tools',
73-
},
74-
{
75-
id: 'observability',
76-
label: 'Observability',
77-
icon: <ActivityIcon className="size-4" />,
78-
href: '/dashboard/observability',
79-
},
80-
]
81-
8254
export function MainSidebar() {
8355
const router = useRouter()
8456
const searchParams = useSearchParams()

0 commit comments

Comments
 (0)