actionAuthLogin.js 70 B

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