Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
plugins
/
canvas
/
gutenberg
/
store
/
breakpoint
/
File Content:
reducer.js
function reducer( state = { breakpoint: '' }, action ) { switch ( action.type ) { case 'UPDATE_BREAKPOINT': return { ...state, breakpoint: action.breakpoint, }; // no default } return state; } export default reducer;
Submit
FILE
FOLDER
Name
Size
Permission
Action
actions.js
109 bytes
0644
index.js
290 bytes
0644
reducer.js
235 bytes
0644
selectors.js
76 bytes
0644
N4ST4R_ID | Naxtarrr