fixing funky svelte prettier issue

This commit is contained in:
Martin McKeaveney 2020-10-13 21:37:55 +01:00
parent e95af51cde
commit d9bb6aad2d
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}