Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reubencf
/
HF_QR_Gen
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HF_QR_Gen
/
lib
/
utils.ts
Reubencf
Qr code working
5de7420
about 1 month 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))
}