Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GerardCB
/
GeoQuery
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GeoQuery
/
frontend
/
src
/
lib
/
utils.ts
GerardCB
Deploy to Spaces (Final Clean)
4851501
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}