[proj4leaflet] fix import

This commit is contained in:
Dimitri Benin
2017-07-16 15:43:29 +02:00
parent 94cee90510
commit f9b28cd594

View File

@@ -3,7 +3,7 @@
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as proj4 from "../proj4";
import * as proj4 from "proj4";
import * as Leaflet from "leaflet";
declare global {