export const FETCH_WEATHER = "weathers"; export const FETCH_WEATHER_ICONS = "weathersicons"; export const ADD_TO_FAVORITES = 'ADD_TO_FAVORITES'; export const REMOVE_FROM_FAVORITES = 'REMOVE_FROM_FAVORITES'; export const SET_FAVORITES = 'SET_FAVORITES'; export const FETCH_FAVORITE = "FETCH_FAVORITE"; export const BASE_STORAGE_NAME = "favorite_weathers";