We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6601c commit 9bf811eCopy full SHA for 9bf811e
examples/with-redux/src/store.ts
@@ -1,6 +1,6 @@
1
import { configureStore, ThunkAction, Action } from '@reduxjs/toolkit'
2
3
-import counterReducer from '../features/counter/counterSlice'
+import counterReducer from './features/counter/counterSlice'
4
5
export function makeStore() {
6
return configureStore({
0 commit comments