8 lines
No EOL
142 B
JavaScript
8 lines
No EOL
142 B
JavaScript
import { combineReducers } from 'redux'
|
|
import file from './files'
|
|
|
|
const rootReducer = combineReducers({
|
|
file
|
|
})
|
|
|
|
export default rootReducer |