diff --git a/frontend/src/routes/calc.svelte b/frontend/src/routes/calc.svelte index 9bd33bc4..737133d8 100644 --- a/frontend/src/routes/calc.svelte +++ b/frontend/src/routes/calc.svelte @@ -1,16 +1,8 @@ -
\ No newline at end of file +{#if loading} +Loading… +{:else} + +{/if} +
Spreadsheet loading…
\ No newline at end of file