Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
playmak3r
/
sugoi-v4
like
0
Sleeping
App
Files
Files
Community
92eba1f
sugoi-v4
/
src
/
index.tsx
playmak3r
rename files
536c211
2 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
/* @refresh reload */
import
{ render }
from
'solid-js/web'
import
'./input.css'
import
App
from
'./Home'
const
root =
document
.
getElementById
(
'root'
)
render
(
() =>
<
App
/>
, root!)