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

9 lines
172 B
JavaScript

export const showAddOptions = (show) => ({
type: "SHOW_ADD_OPTIONS",
show
})
export const showAddOptions2 = (show) => ({
type: "SHOW_ADD_OPTIONS2",
show
})