From 39fc124f653e107f6af3e5906cf93e7e7af7ee8c Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Tue, 19 Aug 2025 11:39:47 -0400 Subject: [PATCH] rebasing Signed-off-by: Francisco Javier Arceo --- .../ui/components/layout/app-sidebar.tsx | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/llama_stack/ui/components/layout/app-sidebar.tsx b/llama_stack/ui/components/layout/app-sidebar.tsx index 7763cb958..bee3d6a70 100644 --- a/llama_stack/ui/components/layout/app-sidebar.tsx +++ b/llama_stack/ui/components/layout/app-sidebar.tsx @@ -79,38 +79,6 @@ interface SidebarItem { export function AppSidebar() { const pathname = usePathname(); - return ( - - - Llama Stack - - - {/* Chat Playground as its own section */} - - - - - - - - {chatPlaygroundItem.title} - - - - const renderSidebarItems = (items: SidebarItem[]) => { return items.map(item => { const isActive = pathname.startsWith(item.url);