Skip to content

Commit

Permalink
fix: correct import statement for redux-thunk in reduxStore
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Dec 20, 2024
1 parent 032d6ea commit 9b61187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/reduxStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import thunk from 'redux-thunk'
import { thunk } from 'redux-thunk'
import createRootReducer from './reducers'
import { composeWithDevTools } from 'redux-devtools-extension'
import { applyMiddleware, createStore } from 'redux'
Expand Down

0 comments on commit 9b61187

Please sign in to comment.