Add beginnings of the directory uploader

This commit is contained in:
2022-02-21 21:55:09 +01:00
parent fff4410801
commit e4e061869e
8 changed files with 167 additions and 13 deletions

View File

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