Hillary and Trump sagas
This commit is contained in:
parent
a2b8e7480e
commit
aac33139ba
5 changed files with 75 additions and 11 deletions
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue