"use client"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { cn } from "@/lib/utils"; import { ScrollArea } from "@/components/ui/scroll-area"; import { navItems } from "./nav-items"; export function Sidebar() { const pathname = usePathname(); return (
Claude-Smart
Sessions, preferences, skills, and runtime controls.
); }