- Linting... Prettier...
This commit is contained in:
@@ -5,10 +5,10 @@ import thunk from 'redux-thunk';
|
||||
|
||||
import rootReducer from '../reducers/index.js';
|
||||
|
||||
const composeEnhancers = composeWithDevTools({ port: 8000, realtime: true, suppressConnectErrors: false });
|
||||
const composeEnhancers = composeWithDevTools({
|
||||
port: 8000,
|
||||
realtime: true,
|
||||
suppressConnectErrors: false,
|
||||
});
|
||||
|
||||
export const store = createStore(
|
||||
rootReducer,
|
||||
Map(),
|
||||
composeEnhancers(applyMiddleware(thunk)),
|
||||
);
|
||||
export const store = createStore(rootReducer, Map(), composeEnhancers(applyMiddleware(thunk)));
|
||||
|
||||
Reference in New Issue
Block a user