Skip to content

Commit 04513d0

Browse files
committed
changed root reducer name
1 parent 5bd7b74 commit 04513d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/reducers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { combineReducers } from 'redux';
22

3-
import componentReducer from './componentReducer';
3+
import componentReducer from './rootReducer';
44

55
const reducers = combineReducers({
66
workspace: componentReducer,
File renamed without changes.

0 commit comments

Comments
 (0)