summaryrefslogtreecommitdiffhomepage
path: root/app/actions/settings.js
blob: 7a482a578f6cfad351af5c3ee2c328c4bc504e9c (plain)
1
2
3
4
5
import { createAction } from 'redux-actions';

const updateSettings = createAction('SETTINGS_UPDATE');

export default { updateSettings };