Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CliDyn
/
Eurus
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Eurus
/
frontend
/
src
/
main.tsx
dmpantiu
Upload folder using huggingface_hub
973d6a7
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
import
ReactDOM
from
'react-dom/client'
;
import
App
from
'./App'
;
import
'./index.css'
;
ReactDOM
.
createRoot
(
document
.
getElementById
(
'root'
)!).
render
(
<
App
/>
,
);