UNPKG

lube-cra-seed

Version:

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

8 lines (6 loc) 134 B
export const CLEAR_ERROR = 'CLEAR_ERROR' export const RECORD_ERROR = 'RECORD_ERROR' export default { CLEAR_ERROR, RECORD_ERROR }