lib/utils.ts - import { clsx, type ClassValue } from "clsx"; - import… — Script — TG.ME

Script[cn]
// lib/utils.ts
- import { clsx, type ClassValue } from "clsx";
- import { twMerge } from "tailwind-merge";

- export function cn(...inputs: ClassValue[]) {
- return twMerge(clsx(inputs));
- }
+ export { cn } from "cn";

👍1
September 2, 2026 68