fix(ui): use scoped radix-ui imports to optimize bundle

This commit is contained in:
SohamBhattacharjee2003 2026-04-02 13:41:51 +05:30
parent f1be2652a0
commit 0cd2b8164d
6 changed files with 6 additions and 6 deletions

View file

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