"use client" import Link from "next/link" import { usePathname } from "next/navigation" import { ScrollArea, ScrollBar, } from "@/components/ui/scroll-area" import { registryCategories } from "@/registry/registry-categories" export function BlocksNav() { const pathname = usePathname() return (