viewer: break tile inspect into separate entrypoint [#49] (#379)

* viewer: break tile inspect into separate entrypoint [#49]

* fix tsc
This commit is contained in:
Brandon Liu
2024-03-15 12:44:43 +08:00
committed by GitHub
parent 1527d57d23
commit 08b2c5e3b1
7 changed files with 70 additions and 11 deletions

View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/MapView.tsx"></script>
</body>
</html>