import { createAction } from 'redux-actions'; const updateSettings = createAction('SETTINGS_UPDATE'); export default { updateSettings };