summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/actions/ReduxFormActions.js
blob: 9d3c0358074c0666c9e344efe11b3ac621a724d4 (plain)
1
2
3
4
import * as types from './actionTypes';

export const initAction = (data) => ({ type: types.INIT, data });
export const clearAction = { type: types.CLEAR };