UNPKG
react-aplayer
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.1.0
A React wrapper component of APlayer
sabrinaluo.github.io/react-aplayer
sabrinaluo/react-aplayer
react-aplayer
/
src
/
index.js
6 lines
(4 loc)
•
145 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
(
'app'
));