Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Aug 13, 2024
1 parent 26b3891 commit 40ee036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion navigation-menu.tsx
Original file line number Diff line number Diff line change
@@ -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<typeof NavigationMenuPrimitive.Root>,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.152",
"version": "0.0.153",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 40ee036

Please sign in to comment.