1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/reducers.js

10 lines
137 B
JavaScript
Raw Normal View History

import { combineReducers } from 'redux'
import { } from './actions'
export default combineReducers({
yo: (state = null) => state
})