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,6 +1,6 @@
"use client";
import { Separator as SeparatorPrimitive } from "radix-ui";
import * as SeparatorPrimitive from "@radix-ui/react-separator";
import type * as React from "react";
import { cn } from "@/lib/utils";