Switch to SolidJS

This commit is contained in:
2025-08-21 17:05:18 -07:00
parent 5796663486
commit d2fd3d7da0
14 changed files with 831 additions and 228 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.ts"></script>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>