1 2 3 4 5
import { createAction } from 'redux-actions'; const updateSettings = createAction('SETTINGS_UPDATE'); export default { updateSettings };