actionAuthLogin.js 68 B

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