Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Hans-R-D/nexoraV3
insight-ai
/
web
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
web
/
frontend
/
src
/
lib
/
utils.ts
Chandima Prabhath
init
22b1735
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))
}