formatting, full migration to svelte-french-toast

This commit is contained in:
2023-04-26 22:47:42 +02:00
parent 38a665024e
commit 46d076af9d
137 changed files with 11984 additions and 9212 deletions

View File

@@ -25,7 +25,7 @@
});
async function submit() {
dispatch("delete", { id: delete_runner.id });
modal_open=false;
modal_open = false;
}
</script>