Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
khagu
/
setu
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
setu
/
Frontend
/
lib
/
utils.ts
khagu
chore: finally untrack large database files
3998131
27 days ago
raw
Copy download link
history
blame
contribute
delete
166 Bytes
import
{ clsx,
type
ClassValue
}
from
'clsx'
import
{ twMerge }
from
'tailwind-merge'
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}