feat: migrated to latest radix to improve performance / tree-shaking

This commit is contained in:
Hyteq
2025-06-23 09:06:42 +03:00
parent 79b8275bc0
commit 589f4a20a1
34 changed files with 251 additions and 255 deletions

View File

@ -1,7 +1,7 @@
"use client";
import * as React from "react";
import * as TogglePrimitive from "@radix-ui/react-toggle";
import { Toggle as TogglePrimitive } from "radix-ui";
import { cva, type VariantProps } from "class-variance-authority";
import { cn } from "../../lib/utils";