UNPKG
react-adinkra
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
0.1.0
React Component for the adinkra library
react-adinkra
/
src
/
index.js
6 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
"react"
;
import
ReactDOM
from
"react-dom"
;
import
App
from
"./App"
;
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
"root"
));