import { City } from '../../data/stub'; import {FETCH_FAVORITE_CITY} from '../constants'; export const getCityList = () => { return { type: FETCH_FAVORITE_CITY, }; }