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.

9 lines
348 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 = "GET_WEATHER"
export const FETCH_WEATHER = "FETCH_WEATHER"