refactor: svelte

This commit is contained in:
2025-11-28 15:47:09 +03:00
parent eda0755f9d
commit 49530a9a70
14 changed files with 1184 additions and 3 deletions

View File

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