Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
galihrhgnwn
/
Pollinations-ChatBox
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
33d96b0
Pollinations-ChatBox
/
lib
/
utils.ts
Nechtan
fiat lux
59b210a
5 months 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))
}