cfahlgren1's picture
cfahlgren1 HF staff
add shadcn components and add search modal
55d7c10
raw
history blame
166 Bytes
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}