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-preact
/
ui
/
index.jsx
5 lines
(3 loc)
•
111 B
JSX
View Raw
1
2
3
4
5
import
{ h, render }
from
'preact'
;
import
App
from
'./App'
;
render
(
<
App
/>
,
document
.
getElementById
(
'app'
));