UNPKG
react-whitebox
Version:
latest (0.0.2)
0.0.2
0.0.1
A component to display your errors.
github.com/amannn/react-whitebox
amannn/react-whitebox
react-whitebox
/
examples
/
babel-plugin-react-hot
/
index.js
6 lines
(4 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
import
App
from
'./components/App'
const
root =
document
.
getElementById
(
'root'
)
React
.
render
(
<
App
/>
, root)