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.
7 lines
354 B
7 lines
354 B
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"; |