From bd53a51af835478d23bef4772ce7e50553dc3fdf Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 9 Oct 2024 15:32:52 -0400 Subject: Move a lot of things around --- hi-ui/src/routes/(app)/+layout.svelte | 95 +++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 hi-ui/src/routes/(app)/+layout.svelte (limited to 'hi-ui/src/routes/(app)/+layout.svelte') diff --git a/hi-ui/src/routes/(app)/+layout.svelte b/hi-ui/src/routes/(app)/+layout.svelte new file mode 100644 index 0000000..98d4acf --- /dev/null +++ b/hi-ui/src/routes/(app)/+layout.svelte @@ -0,0 +1,95 @@ + + +{#if loading} +

Loading…

+{:else if user != null} +
+
+ +
+
+ +
+
+ +
+
+ +
+
+{:else} + +{/if} + + -- cgit v1.2.3