Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aithon
/
salesiq
like
0
Runtime error
App
Files
Files
Community
6ce0e7d
salesiq
/
frontend
/
src
/
lib
/
utils.js
richlai
added new UI, added form, added api message
3bb94b1
about 1 month ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
{ clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs))
}