Guest User

Untitled

a guest
Nov 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. export const fetchUser = () => {
  2. Api.getProgramDataElementsDetails()
  3. .then(programDetails => { return {type: "FETCH_REPORTS, payload: programDetails}});
  4. }
Add Comment
Please, Sign In to add comment