memento-dev/app-old/data/snippets/react/reducer/reducer-actions-constants.js

5 lines
132 B
JavaScript

export const INCREMENT = "INCREMENT";
export const DECREMENT = "DECREMENT";
export const RESET = "RESET";
export const SET = "SET";