import { ACTIONS } from './Constants'; export const nextMode = () => ({ type: ACTIONS.NEXT });