You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
576 B
13 lines
576 B
export const GET_FAVORITE_CITY = "GET_FAVORITE_CITY"
|
|
export const ADD_FAVORITE_CITY = "ADD_FAVORITE_CITY"
|
|
export const FETCH_FAVORITE_CITY = "FETCH_FAVORITE_CITY"
|
|
export const DELETE_FAVORITE_CITY = "DELETE_FAVORITE_CITY"
|
|
export const GET_CITIES = "GET_CITIES"
|
|
export const GET_WEATHER_LIST = "GET_WEATHER_LIST"
|
|
export const FETCH_WEATHER_LIST = "FETCH_WEATHER_LIST"
|
|
export const GET_WEATHER = "GET_WEATHER"
|
|
export const FETCH_WEATHER = "FETCH_WEATHER"
|
|
export const GET_WEATHER_SEARCHED = "GET_WEATHER_SEARCHED"
|
|
export const FETCH_WEATHER_SEARCHED = "FETCH_WEATHER_SEARCHED"
|
|
|