Autoformat

This commit is contained in:
Austen Adler 2023-03-14 01:01:54 -04:00
parent a025a5b542
commit 15c18da03a

View File

@ -64,16 +64,16 @@
};
</script>
<h1 class="font-bold text-2xl pb-4">App</h1>
<h1 class="font-bold text-2xl pb-4">App</h1>
<p>{outputValue}</p>
{#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded}
<p>{outputValue}</p>
{#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded}
<p>Current cursor: {addr} => ({latlng.lat}, {latlng.lng})</p>
<AddressInput bind:value={addr} on:input={input} />
<Map bind:map />
{:else if wasm.status == WasmStatus.Errored}
{:else if wasm.status == WasmStatus.Errored}
<div class="flex text-xl">
<div class="py-1">
<svg
@ -90,4 +90,4 @@
<p class="text-sm">Error: {wasm.error}.</p>
</div>
</div>
{/if}
{/if}