UNPKG
@clipped/plugin-react
Version:
latest (1.3.5)
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
React plugin for clipped
@clipped/plugin-react
/
template
/
index.js
10 lines
(7 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
import
App
from
'./App'
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
'app'
) )