diff --git a/types/proj4leaflet/index.d.ts b/types/proj4leaflet/index.d.ts index e40ecbfe89..bab2b5f953 100644 --- a/types/proj4leaflet/index.d.ts +++ b/types/proj4leaflet/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -import * as proj4 from "../proj4"; +import * as proj4 from "proj4"; import * as Leaflet from "leaflet"; declare global {