Personal Dashboard

user.js 134B

123
  1. import { createAction } from 'redux-actions'
  2. export const LOGIN = createAction('LOGIN');
  3. export const LOGOUT = createAction('LOGOUT');