The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
at master 170 B view raw
1import { type ClassValue, clsx } from "clsx"; 2import { twMerge } from "tailwind-merge"; 3 4export function cn(...inputs: ClassValue[]) { 5 return twMerge(clsx(inputs)); 6}