UNPKG

335 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.configReducer = void 0;
5const configReducer = (state = {}, action) => {
6 switch (action.type) {
7 case `SET_SITE_CONFIG`:
8 {
9 return action.payload;
10 }
11 default:
12 return state;
13 }
14};
15exports.configReducer = configReducer;
16//# sourceMappingURL=config.js.map
\No newline at end of file