Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nanoppa/gsearch
mk99z
/
gsearch
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bf17451
gsearch
/
client
/
src
/
lib
/
utils.ts
nanoppa
Upload 100 files
10c8635
verified
30 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))
}