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.

5 lines
210 B

export const RECUPERER_VILLES = 'RECUPERER_VILLES';
export const RECUPERER_METEO = 'RECUPERER_METEO';
export const RECHERCHER_VILLES = 'RECHERCHER_VILLES';
export const FETCH_WEATHER_API = 'FETCH_WEATHER_API';