fmt: reformat App.svelte according to prettier
This commit is contained in:
parent
d09c1045df
commit
0d2e61769e
1 changed files with 19 additions and 19 deletions
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style='height:100vh'>
|
<div style="height:100vh">
|
||||||
<FullCalendar {options} />
|
<FullCalendar {options} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue