Skip to content
Snippets Groups Projects
Commit cb1e7642 authored by Andrea Magnussen's avatar Andrea Magnussen
Browse files

Refactored redux

parent 8b6c05b8
No related branches found
No related tags found
1 merge request!69Resolve "Refactor app"
...@@ -3,5 +3,4 @@ import thunk from 'redux-thunk' ...@@ -3,5 +3,4 @@ import thunk from 'redux-thunk'
import { rootReducer } from './reducers/RootReducer' import { rootReducer } from './reducers/RootReducer'
// store // store
export const store = createStore(rootReducer, applyMiddleware(thunk)) export const store = createStore(rootReducer, applyMiddleware(thunk))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment