UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
build
/
common
/
store.js
5 lines
•
198 B
JavaScript
View Raw
1
2
3
4
5
import
createStore
from
"../common/createStore"
;
var
initialState =
window
.
__INITIAL_STATE__
|| {};
var
store =
createStore
(initialState);
export
default
store;
//# sourceMappingURL=store.js.map