Skip to main content
Helpful?

Import

If you are using it in es6, you can try to use below to import country-cities.

import { countries, states, cities } from "country-cities";
Helpful?