UNPKG

generator-tradie-react-app

Version:
15 lines (8 loc) 169 B
const initialState = {}; export default function(state = initialState, action) { const {type} = action; switch (type) { default: return state; } }