Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Seth0330/EZOFISAIOCR
Seth0330
/
EZOFISOCR
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EZOFISOCR
/
frontend
/
src
/
lib
/
utils.js
Seth
Update
8e8c6a4
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
export
function
cn
(
...classes
) {
return
classes.
filter
(
Boolean
).
join
(
" "
);
}