Default commands option

This commit is contained in:
Cássio Zen
2016-07-08 08:58:08 -03:00
parent 6806154369
commit eee6340879
4 changed files with 38 additions and 13 deletions
src
actions
containers

@ -6,7 +6,6 @@ export const LIST_POSTS = 'LIST_POSTS';
export const LIST_FAQ = 'LIST_FAQ';
export const HELP = 'HELP';
export function run(commandName, payload) {
return { type: RUN_COMMAND, command: commandName, payload };
}