Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Minecraft3193092/ai-manga-factory
privateuserh
/
MangaWeb
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
MangaWeb
/
src
/
lib
/
utils.ts
jbilcke-hf
HF Staff
initial commit
624088c
over 1 year ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
{
type
ClassValue
, clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}