Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
looda3131
/
looood
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
looood
/
src
/
lib
/
utils.ts
looda3131
Clean push without any binary history
cc276cc
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
import
{
type
ClassValue
, clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}