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...
a54cb5b
gpted
/
frontend
/
src
/
components
/
Spinner.tsx
mebubo
Snapshot
e9e1da2
7 months ago
raw
Copy download link
history
blame
160 Bytes
import
React
from
"react"
const
Spinner
= (
) => (
<
div
className
=
"spinner-overlay"
>
<
div
className
=
"spinner"
>
</
div
>
</
div
>
);
export
default
Spinner
;