Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reubencf
/
Portfolio
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Portfolio
/
lib
/
utils.ts
Reubencf
working on portfolio
461aaf5
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}