Preview: dashboardReducer.js
Size: 254 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/store/reducers/dashboardReducer.js
import { DASHBOARD_INITIALIZE } from '../actions/initialize-dashboard.js';
export const dashboardReducer = (state = {}, action) => {
switch (action.type) {
case DASHBOARD_INITIALIZE:
return action.data;
default:
return state;
}
};
Directory Contents
Dirs: 0 × Files: 16