OnyxMunk's picture
feat: Add OpenMoji browser and Fibonacci converter
bdd5dc5
raw
history blame contribute delete
137 Bytes
import { clsx } from "clsx";
import { twMerge } from "tailwind-merge"
export function cn(...inputs) {
return twMerge(clsx(inputs));
}