actionAuthLogin.js 71 B

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