Skip to content

Commit bae43fd

Browse files
committed
Implement typescript and fix various errors
1 parent c60719a commit bae43fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+550
-7615
lines changed

frontend/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
</head>
1515
<body>
1616
<div id="app"></div>
17-
<script type="module" src="/src/main.jsx"></script>
17+
<script type="module" src="/src/main.tsx"></script>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)