actionAuthLogin.js 65 B

1
  1. export const actionAuthLogin = token => ({type: 'LOGIN', token});