Hillary and Trump sagas

This commit is contained in:
Rodrigo Pedroso 2019-06-21 10:53:16 -04:00
commit aac33139ba
5 changed files with 75 additions and 11 deletions

View file

@ -12,3 +12,11 @@ export function addArticle(payload) {
export function getData() {
return { type: "DATA_REQUESTED" }
}
export function getTrumpData() {
return { type: "DATA_TRUMP_REQUESTED" }
}
export function getHillaryData() {
return { type: "DATA_HILLARY_REQUESTED" }
}