Skip to content

Commit 9bf811e

Browse files
authored
Fix typo in importing counterReducer (vercel#42162)
## Bug - [ ] Fixes type in importing counterReducer
1 parent ee6601c commit 9bf811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-redux/src/store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { configureStore, ThunkAction, Action } from '@reduxjs/toolkit'
22

3-
import counterReducer from '../features/counter/counterSlice'
3+
import counterReducer from './features/counter/counterSlice'
44

55
export function makeStore() {
66
return configureStore({

0 commit comments

Comments
 (0)