logOutTypesSaga.js 83 B

123
  1. export const actionClearDataLogoutTypeSaga = () => ({
  2. type: 'CLEAR_ALL_DATA',
  3. })