first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit e48502fb41 - Show all commits

View File

@ -1,4 +1,5 @@
<script>
import "filepond/dist/filepond.css";
import FilePond from "svelte-filepond";
let pond;
// pond.getFiles() will return the active files
@ -12,10 +13,6 @@
}
</script>
<style>
@import "filepond/dist/filepond.css";
</style>
<div class="app">
<FilePond
bind:this={pond}