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