chore: create app base

This commit is contained in:
2026-03-23 16:21:20 +01:00
parent 788edc6d61
commit 8e0db465a7
3 changed files with 6 additions and 1 deletions

View File

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