Skip to content

Commit ea81c36

Browse files
authored
Merge pull request #2 from tboczarski-dnv/format-country-circular-dep-fix
Fix circular dependency due to wrong import
2 parents ae3aa92 + fa6cf39 commit ea81c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatCountry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { findIso3166Country } from ".";
1+
import { findIso3166Country } from "./findIso3166Country";
22
import { isCharAtoZUppercase } from "./internal/isCharAtoZUppercase";
33
import { Iso3166Alpha2Code, Iso3166Alpha3Code, Iso3166NumericCode } from "./types/iso3166";
44
import { Locale } from "./types/locale";

0 commit comments

Comments
 (0)