2017-05-16 16:32:54 +02:00

16 lines
175 B
Handlebars

/*
*
* {{ properCase name }} actions
*
*/
import {
DEFAULT_ACTION,
} from './constants';
export function defaultAction() {
return {
type: DEFAULT_ACTION,
};
}