Move home page into svelte and remove some old junk

This commit is contained in:
2022-02-21 23:25:44 +01:00
parent e4e061869e
commit 692c96eb63
27 changed files with 1497 additions and 2564 deletions

View File

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