feat(prettier): Use prettier for client code
This commit is contained in:
@@ -7,10 +7,7 @@ import rootSaga from './rootSaga';
|
||||
const sagaMiddleware = createSagaMiddleware();
|
||||
|
||||
export const createStore = () => {
|
||||
const store = reduxCreateStore(
|
||||
rootReducer,
|
||||
applyMiddleware(sagaMiddleware)
|
||||
);
|
||||
const store = reduxCreateStore(rootReducer, applyMiddleware(sagaMiddleware));
|
||||
sagaMiddleware.run(rootSaga);
|
||||
return store;
|
||||
};
|
||||
|
Reference in New Issue
Block a user