Add loading module to staffldb

This commit is contained in:
Fred Boniface 2023-10-02 20:44:51 +01:00
parent 4b48303c4e
commit c3d55449a0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
{/key} {/key}
{#await callFetch(station)} {#await callFetch(station)}
<!--<Loading /> Loading already appears, but I don't know where it is being imported from!!!--> <Loading />
{:then data} {:then data}
{#if data} {#if data}
<p class="generatedTime">Updated: {new Date(data.generatedAt).toLocaleTimeString()}</p> <p class="generatedTime">Updated: {new Date(data.generatedAt).toLocaleTimeString()}</p>