diff --git a/google-maps/google-maps-tests.ts b/google-maps/google-maps-tests.ts index 2256b254b..16f917b40 100644 --- a/google-maps/google-maps-tests.ts +++ b/google-maps/google-maps-tests.ts @@ -1,6 +1,6 @@ /// -var GoogleMapsLoader = require('google-maps'); +import GoogleMapsLoader = require('google-maps'); GoogleMapsLoader.load(function(google) { new google.maps.Map(el, options);