SANDRAMSC's picture
First commit for landing page - prior to Service error fix
64c5e26
raw
history blame contribute delete
No virus
167 Bytes
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}