16 lines
175 B
Handlebars
Raw Normal View History

2016-08-18 11:41:13 +02:00
/*
*
* {{ properCase name }} actions
*
*/
import {
DEFAULT_ACTION,
} from './constants';
export function defaultAction() {
return {
type: DEFAULT_ACTION,
};
}