diff --git a/samples/web-components-map/index.html b/samples/web-components-map/index.html index 77c97f27..c4e38a13 100644 --- a/samples/web-components-map/index.html +++ b/samples/web-components-map/index.html @@ -11,9 +11,6 @@ - - @@ -24,6 +21,17 @@ style="height: 400px" > + + diff --git a/samples/web-components-map/index.ts b/samples/web-components-map/index.ts index eb949098..842336d9 100644 --- a/samples/web-components-map/index.ts +++ b/samples/web-components-map/index.ts @@ -7,7 +7,6 @@ // [START maps_web_components_map] // This example adds a map using web components. async function initMap(): Promise { - await google.maps.importLibrary("maps") as google.maps.MapsLibrary; console.log('Maps JavaScript API loaded.'); }