Add new upload history page

This commit is contained in:
2024-06-13 21:17:41 +02:00
parent a5873148d4
commit 97fc5e9c1c
9 changed files with 208 additions and 175 deletions

View File

@@ -0,0 +1,8 @@
import App from './upload_history/UploadHistory.svelte';
const app = new App({
target: document.getElementById("page_body"),
props: {}
});
export default app;