actionAuthLogout.js 60 B

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