diff --git a/navigation-menu.tsx b/navigation-menu.tsx index 55b7779..88aec4c 100644 --- a/navigation-menu.tsx +++ b/navigation-menu.tsx @@ -1,8 +1,8 @@ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu"; import { cva } from "class-variance-authority"; -import { cn } from "cn"; import { ChevronDownIcon } from "lucide-react"; import { type ComponentPropsWithoutRef, type ElementRef, forwardRef } from "react"; +import { cn } from "./cn"; const NavigationMenu = forwardRef< ElementRef, diff --git a/package.json b/package.json index ab7187a..f5a5bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.152", + "version": "0.0.153", "private": false, "sideEffects": false, "type": "module",