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
Raw Normal View History

2016-06-17 13:48:18 -04:00
/**
* 'Global' constants
*/
export const SET_STATE = 'SET_STATE';
export const UPDATE = 'UPDATE';
export const DELETE = 'DELETE';