UNPKG
@pixso/create-plugin
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
plugin template
@pixso/create-plugin
/
template-react
/
ui
/
index.jsx
6 lines
(4 loc)
•
155 B
JSX
View Raw
1
2
3
4
5
6
import
*
as
React
from
"react"
;
import
*
as
ReactDOM
from
"react-dom"
;
import
App
from
"./App"
;
ReactDOM
.
render
(
<
App
/>
,
document
.
getElementById
(
"app"
));