fix(index): remove useless tailwind-merge logic
All checks were successful
build dist / build-dist (push) Successful in 26s
All checks were successful
build dist / build-dist (push) Successful in 26s
This commit is contained in:
parent
e95115d018
commit
fc50ab4f44
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
import { clsx, type ClassValue } from "clsx"
|
||||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue