import * as ActionTypes from '../../../constants'; export function toggleBeep() { return { type: ActionTypes.TOGGLE_BEEP }; }