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