Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chooth
/
vrs2
like
0
Running
App
Files
Files
Community
main
vrs2
/
src
/
lib
/
utils.js
Chooth
SmellPantySpace
ddaefb9
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
{ clsx }
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs));
}