رغد
Initial commit: Tebyan Medical platform
81b1089
raw
history blame
166 Bytes
import { clsx, type ClassValue } from 'clsx'
import { twMerge } from 'tailwind-merge'
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}