UNPKG
react-components-calendar
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Calendar component for ReactJS
github.com/simbawu610/react-calendar
simbawu610/react-calendar
react-components-calendar
/
src
/
main.js
8 lines
(7 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
AppComponent
from
'./page/index/index.js'
ReactDOM
.
render
(
<
AppComponent
/>
,
document
.
getElementById
(
'app'
) );