Skip to content
Snippets Groups Projects
Verified Commit 6f0fde72 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove Redux plugin

parent e20d899a
Branches 80-ui-redesign
No related tags found
No related merge requests found
Pipeline #3188 passed
...@@ -5,8 +5,7 @@ import { createStore } from 'redux'; ...@@ -5,8 +5,7 @@ import { createStore } from 'redux';
import App from './components/App'; import App from './components/App';
import reducer from './reducers' import reducer from './reducers'
// const store = createStore(counterApp, module.hot && module.hot.data && (module.hot.data.counter || 0)); const store = createStore(reducer)
const store = createStore(reducer, window.__REDUX_DEVTOOLS_EXTENSION__() && window.__REDUX_DEVTOOLS_EXTENSION__())
const load = () => { const load = () => {
ReactDOM.render( ReactDOM.render(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment