actionAuthLogout.js 57 B

1
  1. export const actionAuthLogout = () => ({type: 'LOGOUT'});