UNPKG
nonsed
Version:
latest (1.0.0)
1.0.0
The Novel Ethereum Database Framework
github.com/BlaiseReilly/nonsed.git
BlaiseReilly/nonsed
nonsed
/
client
/
app
/
src
/
main.jsx
10 lines
(8 loc)
•
217 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
'react'
;
import
*
as
ReactDOM
from
'react-dom'
;
import
{
Root
}
from
'./root'
;
import
'@cybercongress/ui/lib/styles.css'
;
ReactDOM
.
render
(
<
Root
/>
,
document
.
getElementById
(
'root'
), );