2017-08-16 18:47:02 +02:00

16 lines
175 B
Handlebars
Executable File

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