open_in_new
content_copy
export const toggle=()=>{ return dispatch=>{ dispatch({ type:'toggle' }) } }