Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucas-wa
/
question-generator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d1cad4b
question-generator
/
web
/
src
/
lib
/
utils.js
lucas-wa
Adding web
9bc6550
12 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
135 Bytes
import
{ clsx }
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs))
}