Update script path in index.html and remove duplicate font import in app.css

This commit is contained in:
becarta
2025-05-16 00:21:27 +02:00
parent bacf566ec9
commit 04584e9c98
2 changed files with 3 additions and 3 deletions

View File

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