Skip to content

Commit c50566c

Browse files
authored
fix: Renames app.ts to index.ts, so map displays correctly. (#610)
1 parent fba0e84 commit c50566c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ui-kit-place-search-text-compact/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<head>
1010
<title>Places UI Kit: Place (text) search with Place Details Compact</title>
1111
<meta charset="utf-8">
12-
<link rel="stylesheet" type="text/css" href="style.css">
12+
<link rel="stylesheet" type="text/css" href="./style.css" />
13+
<script type="module" src="./index.js"></script>
1314
</head>
1415
<body>
1516
<div id="map-container"></div>
@@ -38,7 +39,6 @@
3839
v: "alpha"
3940
});
4041
</script>
41-
<script type="text/JavaScript" src="app.js"></script>
4242
</body>
4343
</html>
4444
<!--[END maps_ui_kit_place_search_text_compact] -->
File renamed without changes.

0 commit comments

Comments
 (0)