Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sahilmayekar
/
CodeAgent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CodeAgent
/
frontend
/
app
/
src
/
lib
/
utils.js
sahilmayekar
Final
e7addf3
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
{ clsx }
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs));
}