File "utils-20260606084444.ts"

Full Path: /home/trinadezambia/public_html/student_panel/src/components/lib/utils-20260606084444.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));
}