Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pranav8tripathi
/
ChopFresh
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChopFresh
/
src
/
lib
/
utils.ts
pranav8tripathi@gmail.com
init
56ea4c7
3 months ago
raw
Copy download link
history
blame
contribute
delete
166 Bytes
import
{
type
ClassValue
, clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}