ing
This commit is contained in:
parent
57ee426b28
commit
9f0fde6922
|
@ -81,7 +81,8 @@
|
|||
"redux": "^3.7.1",
|
||||
"redux-actions": "^2.0.3",
|
||||
"redux-saga": "^0.15.4",
|
||||
"reselect": "^3.0.1"
|
||||
"reselect": "^3.0.1",
|
||||
"websocker": ""
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
|
@ -29,6 +29,8 @@ const store = configureStore(history, sagaMiddleware);
|
|||
function* app(): any {
|
||||
const appContainer = yield system.getAppContainer('react-placeholder');
|
||||
|
||||
|
||||
|
||||
ReactDOM.render(
|
||||
<div style={{
|
||||
width: '100vw',
|
||||
|
|
Loading…
Reference in New Issue
Block a user