Remove unused action constants
This commit is contained in:
parent
9863196f7b
commit
dafcb02153
6 changed files with 4 additions and 10 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue