This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
arbor-frontend/src/constants.js

6 lines
131 B
JavaScript

/**
* 'Global' constants
*/
export const SET_STATE = 'SET_STATE';
export const UPDATE = 'UPDATE';
export const DELETE = 'DELETE';