setu / Frontend /lib /utils.ts
khagu's picture
chore: finally untrack large database files
3998131
import { clsx, type ClassValue } from 'clsx'
import { twMerge } from 'tailwind-merge'
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}