mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 22:15:02 +00:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
|
|
import { combineReducers } from 'redux'
|
|
import { } from './actions'
|
|
|
|
|
|
|
|
export default combineReducers({
|
|
yo: (state = null) => state
|
|
})
|