File "reducer.js"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/surerank/src/apps/admin-onboarding/store/reducer.js
File size: 152 bytes
MIME-type: text/plain
Charset: utf-8
export const initialState = {};
const reducer = ( state = initialState, newState ) => {
return { ...state, ...newState };
};
export default reducer;