File "utils.ts"
Full Path: /home/trinadezambia/public_html/student_panel/src/lib/utils.ts
File size: 169 bytes
MIME-type: text/x-java
Charset: utf-8
import { clsx, type ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}