fixing funky svelte prettier issue
This commit is contained in:
parent
e95af51cde
commit
d9bb6aad2d
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
{#await _appPromise}
|
{#await _appPromise}
|
||||||
loading
|
loading
|
||||||
{:then [object Object]}
|
{:then _bb}
|
||||||
<div id="current_component" bind:this={currentComponent} />
|
<div id="current_component" bind:this={currentComponent} />
|
||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue