lucas-wa
Adding web
9bc6550
raw
history blame
No virus
135 Bytes
import { clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs) {
return twMerge(clsx(inputs))
}