From f9b28cd594c5ff6481451b81072faae382cf5239 Mon Sep 17 00:00:00 2001 From: Dimitri Benin Date: Sun, 16 Jul 2017 15:43:29 +0200 Subject: [PATCH] [proj4leaflet] fix import --- types/proj4leaflet/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {