feat: init
This commit is contained in:
6
src/reducers/index.js
Normal file
6
src/reducers/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { combineReducers } from 'redux'
|
||||
import counter from './counter'
|
||||
|
||||
export default combineReducers({
|
||||
counter
|
||||
})
|
||||
Reference in New Issue
Block a user