Files
myDrive/src/actions/photoViewer.js
T
2020-03-04 17:10:56 -05:00

8 lines
140 B
JavaScript

export const setPhotoID = (id) => ({
type: "SET_PHOTO_ID",
id
})
export const resetPhotoID = () => ({
type: "RESET_PHOTO_ID"
})