Spaces:
Running
Running
File size: 159 Bytes
b2301b7 | 1 2 3 4 5 | import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
|