Skip to content

Commit 6cc3c8f

Browse files
authored
Update index.ts (#327)
Adds a comment to try to kick off the dist build (not sure why it skipped last time).
1 parent 5fa2b0a commit 6cc3c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/3d-model/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @ts-nocheck
88
// [START maps_3d_model]
99
async function init() {
10+
// Import the needed libraries.
1011
const { Map3DElement, Model3DElement } = await google.maps.importLibrary("maps3d");
1112

1213
const map = new Map3DElement({

0 commit comments

Comments
 (0)