Remove unused action constants
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user