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