Skip to content

Commit 89667a2

Browse files
authored
Remove library imports
Keep the no-code thing alive and well.
1 parent 5441770 commit 89667a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/web-components-map/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// [START maps_web_components_map]
88
// This example adds a map using web components.
99
async function initMap(): Promise<void> {
10-
await google.maps.importLibrary("maps") as google.maps.MapsLibrary;
1110
console.log('Maps JavaScript API loaded.');
1211
}
1312

0 commit comments

Comments
 (0)