build: rm useless package

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 58341b4f7c
commit 7f7e48233b
5 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
import { cva } from "class-variance-authority";
import { ChevronDownIcon } from "lucide-react";
import { NavigationMenu as NavigationMenuPrimitive } from "radix-ui";
import * as React from "react";
import { cn } from "@/lib/utils";
+1 -1
View File
@@ -1,4 +1,4 @@
import * as PopoverPrimitive from "@radix-ui/react-popover";
import { Popover as PopoverPrimitive } from "radix-ui";
import * as React from "react";
import { cn } from "@/lib/utils";