mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
optimize elements by reducing the bundle size required
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function twMerge(...classes: string[]) {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
Reference in New Issue
Block a user