Skip to content

Commit

Permalink
add loading splash to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Nov 26, 2023
1 parent 70ed58e commit 492b592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/verify-location/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
import { LoadingSplash } from '$comp';
import { elements } from '$lib/store';
</script>

Expand All @@ -11,4 +12,6 @@

{#if $elements && $elements.length}
<slot />
{:else}
<LoadingSplash page="map" />
{/if}

0 comments on commit 492b592

Please sign in to comment.