16 lines
175 B
Handlebars
Raw Normal View History

2017-01-17 13:40:59 +01:00
/*
*
* {{ properCase name }} actions
*
*/
import {
DEFAULT_ACTION,
} from './constants';
export function defaultAction() {
return {
type: DEFAULT_ACTION,
};
}