Remove unused action constants

This commit is contained in:
Eugen Rochko
2016-09-18 13:45:39 +02:00
parent 9863196f7b
commit dafcb02153
6 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,6 @@
import api from '../api';
import axios from 'axios';
export const STATUS_FETCH = 'STATUS_FETCH';
export const STATUS_FETCH_REQUEST = 'STATUS_FETCH_REQUEST';
export const STATUS_FETCH_SUCCESS = 'STATUS_FETCH_SUCCESS';
export const STATUS_FETCH_FAIL = 'STATUS_FETCH_FAIL';