import { type ClassValue, clsx } from "clsx"; export function cn(...inputs: ClassValue[]) { return clsx(inputs); }
npx shadcn@latest add @roiui/utils
import { Utils } from "@/components/utils"
<Utils />