fmt: reformat App.svelte according to prettier

This commit is contained in:
Raito Bezarius 2021-11-20 00:10:46 +01:00
parent d09c1045df
commit 0d2e61769e

View file

@ -13,7 +13,7 @@
};
</script>
<div style='height:100vh'>
<div style="height:100vh">
<FullCalendar {options} />
</div>