UNPKG
reactmap
Version:
latest (0.0.1)
0.0.1
a sample map ui for reactjs
github.com/guxuelong/react-map
guxuelong/react-map
reactmap
/
components
/
index.js
7 lines
(5 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
'./Map.scss'
;
import
Map
from
'./Map.jsx'
;
import
Marker
from
'./Marker'
;
Map
.
Marker
=
Marker
;
export
default
Map
;