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,8 +13,8 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
<div style='height:100vh'>
|
||||
<FullCalendar {options} />
|
||||
<div style="height:100vh">
|
||||
<FullCalendar {options} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue