refac: import of UI components for dropdown menu, separator, toggle group, toggle, tooltip, and checkbox

This commit is contained in:
JoeMakuta 2026-04-01 15:41:11 +02:00
parent 8a8af948db
commit fc4f9ba7c0
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
"use client";
import { CheckIcon, ChevronRightIcon, CircleIcon } from "lucide-react";
import { DropdownMenu as DropdownMenuPrimitive } from "radix-ui";
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
import type * as React from "react";
import { cn } from "@/lib/utils";