UNPKG
ola-maps-react
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple react component to use Ola maps in your react applications
ola-maps-test.vercel.app
ola-maps-react
/
src
/
components
/
Map
/
index.js
4 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
import
Map
from
'./Map'
;
import
Marker
from
'./Marker'
;
export
{
Map
,
Marker
};