Personal Dashboard

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