actionAuthLogout.js 59 B

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