aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-12 14:02:05 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-12 14:02:05 +1100
commit097e23dde42613a0430f85c087dee9377f2e91af (patch)
tree3d4dfab25a27229cc8614febca5c4dec522c8b7e /index.html
parent542b2866682642f73ffd5ba6917f94c8c54603a0 (diff)
Make basic conversion to typescript
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3c63caf..c7f71b2 100644
--- a/index.html
+++ b/index.html
@@ -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>