UNPKG

react-adminlte-components

Version:

React Components that use AdminLTE theme

15 lines (12 loc) 226 B
const initialState = {}; function auth(state = initialState, action) { switch (action.type) { case "CURRENT_USER": return { user: action.user }; default: return state } } export {auth};