refac: split code into classes & add reset button

This commit is contained in:
Florian Sylvain
2025-04-06 05:23:20 +02:00
parent 9d1327e9c5
commit 296ea76d6b
2 changed files with 270 additions and 275 deletions
+1
View File
@@ -24,6 +24,7 @@
/>
</div>
</div>
<button id="reset-button">Reset Grid</button>
<script type="module" src="/src/main.ts"></script>
</body>
</html>