Initial commit

This commit is contained in:
Peter Stockings
2025-05-17 09:21:16 +10:00
commit 86f7a69b37
7 changed files with 765 additions and 0 deletions

3
app.js Normal file
View File

@@ -0,0 +1,3 @@
import { UploadImageComponent } from "./UploadImageComponent.js";
m.mount(document.body, UploadImageComponent);