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