import { createAction } from 'redux-actions' export const LOGIN = createAction('LOGIN') export const LOGOUT = createAction('LOGOUT') export const CHANGE_PIC = createAction('CHANGE_PIC')