Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seth0330
/
EMAILOUT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EMAILOUT
/
frontend
/
src
/
lib
/
utils.js
Seth
update
5301ae9
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
import
{ clsx }
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
;
export
function
cn
(
...inputs
) {
return
twMerge
(
clsx
(inputs));
}