Given this
type LocationWeather = { name: string; temperature: number; }; type IndexProp = { savedLocationsWeather: LocationWeather[]; favoriteLocati