feat: add empty ImageImporter skeleton wired into index.html

This commit is contained in:
Kenearos 2026-05-12 00:12:28 +02:00
parent 1b515c7d54
commit e58a2488bb
2 changed files with 27 additions and 0 deletions

View file

@ -214,5 +214,6 @@
<script src="calculator.js"></script>
<script src="storage.js"></script>
<script src="app.js"></script>
<script src="image-import.js"></script>
</body>
</html>