diff --git a/novasystem-io/src/routes/+page.svelte b/novasystem-io/src/routes/+page.svelte index 5982b0ae..c670d64a 100644 --- a/novasystem-io/src/routes/+page.svelte +++ b/novasystem-io/src/routes/+page.svelte @@ -1,2 +1,26 @@ + + + +

Welcome to SvelteKit

Visit kit.svelte.dev to read the documentation

+ +{#if backendData} +

Data from the backend: {backendData}

+{:else} +

Loading data from the backend...

+{/if} \ No newline at end of file