UNPKG
dot-gl
Version:
latest (0.0.11)
0.0.11
An Interactive React Map Library with Redux.
github.com/scarecrow-11/dot-gl
scarecrow-11/dot-gl
dot-gl
/
dist
/
esm
/
reducers
/
rootReducer.js
2 lines
(1 loc)
•
223 B
JavaScript
View Raw
1
2
import
{combineReducers
as
t}
from
"@reduxjs/toolkit"
;
import
{mapStateReducer
as
e}
from
"./mapStateReducer.js"
;
import
{mapStyleReducer
as
m}
from
"./mapStyleReducer.js"
;
const
o=
t
({
mapState
:e,
mapStyle
:m});
export
{o
as
dotGlReducer};