UNPKG

react-adminlte-components

Version:

React Components that use AdminLTE theme

13 lines (10 loc) 182 B
function menu(state = '', action) { switch (action.type) { case 'SET_MENU_ACTIVE': return action.id; break; default: return state; } } export {menu};