Move files to public folder

This commit is contained in:
Peter Stockings
2025-05-17 09:37:05 +10:00
parent d8eaf675cf
commit 7541a472ed
6 changed files with 0 additions and 0 deletions

3
public/app.js Normal file
View File

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