richlai's picture
added new UI, added form, added api message
3bb94b1
raw
history blame
135 Bytes
import { clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs) {
return twMerge(clsx(inputs))
}