Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mebubo
/
gpted
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpted
/
frontend
/
src
/
components
/
Spinner.tsx
mebubo
Snapshot
a88e9cf
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
160 Bytes
import
React
from
"react"
export
function
Spinner
(
) {
return
(
<
div
className
=
"spinner-overlay"
>
<
div
className
=
"spinner"
>
</
div
>
</
div
>
);
}