Rewrite home page in svelte

This commit is contained in:
2021-06-22 17:14:21 +02:00
parent d8e4fe3cb2
commit 14bc345ec8
12 changed files with 830 additions and 126 deletions

8
svelte/src/home_page.js Normal file
View File

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