From 8b5b3dd00cc16c351670a25933f4b37a604abaf8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 11 May 2025 23:42:35 +0200 Subject: Initial commit --- client/src/App.svelte | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 client/src/App.svelte (limited to 'client/src/App.svelte') diff --git a/client/src/App.svelte b/client/src/App.svelte new file mode 100644 index 0000000..488312f --- /dev/null +++ b/client/src/App.svelte @@ -0,0 +1,33 @@ + + +
+ {#if CurrentPage} + + {:else} +

No page bound

+ {/if} +
-- cgit