fix(index): remove useless tailwind-merge logic
All checks were successful
build dist / build-dist (push) Successful in 26s

This commit is contained in:
z0x 2025-05-06 23:44:01 -04:00
parent e95115d018
commit fc50ab4f44

View file

@ -1,6 +0,0 @@
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}