Files
fnx_web/svelte/src/upload_history.js

9 lines
163 B
JavaScript
Raw Normal View History

2024-06-13 21:17:41 +02:00
import App from './upload_history/UploadHistory.svelte';
const app = new App({
target: document.getElementById("page_body"),
props: {}
});
export default app;