We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3aa92 + fa6cf39 commit ea81c36Copy full SHA for ea81c36
src/formatCountry.ts
@@ -1,4 +1,4 @@
1
-import { findIso3166Country } from ".";
+import { findIso3166Country } from "./findIso3166Country";
2
import { isCharAtoZUppercase } from "./internal/isCharAtoZUppercase";
3
import { Iso3166Alpha2Code, Iso3166Alpha3Code, Iso3166NumericCode } from "./types/iso3166";
4
import { Locale } from "./types/locale";
0 commit comments