Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
playmak3r
/
sugoi-v4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6d8b771
sugoi-v4
/
src
/
index.tsx
playmak3r
add boilerplate
15fd5c0
4 months ago
raw
Copy download link
history
blame
182 Bytes
/* @refresh reload */
import
{ render }
from
'solid-js/web'
import
'./index.css'
import
App
from
'./App'
const
root =
document
.
getElementById
(
'root'
)
render
(
() =>
<
App
/>
, root!)