Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Seth0330/AIEXTRACT1
Seth0330
/
EZOFISAIOCR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EZOFISAIOCR
/
frontend
/
src
/
lib
/
utils.js
Seth0330
Create frontend/src/lib/utils.js
93f9aee
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
79 Bytes
export
function
cn
(
...classes
) {
return
classes.
filter
(
Boolean
).
join
(
" "
);
}