Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
11.8k
Running
App
Files
Files
Community
334
Fetching metadata from the HF Docker repository...
refs/pr/298
deepsite
/
vortex-executor
/
lib
/
utils.ts
Velaric
Upload 71 files
0459956
verified
20 days ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}