1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/source/reducers.js
2016-11-16 11:15:33 +01:00

9 lines
137 B
JavaScript

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