Handle some differences between js/ts

This commit is contained in:
2022-01-31 21:32:19 +00:00
parent 7cba471de7
commit b350fe7d74
2 changed files with 27 additions and 16 deletions

View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>