fixing funky svelte prettier issue

This commit is contained in:
Martin McKeaveney 2020-10-13 21:37:55 +01:00
parent cb5c09d439
commit 72746c6e07
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
{#await _appPromise}
loading
{:then [object Object]}
{:then _bb}
<div id="current_component" bind:this={currentComponent} />
{/await}