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