Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vn6295337
/
Instant-SWOT-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2cf130c
Instant-SWOT-Agent
/
frontend
/
src
/
lib
/
utils.ts
vn6295337
Initial commit: Instant SWOT Agent
0c591a7
4 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}