From c87b5c53077c02bf21234e24bf976aa7a5f2bac8 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 25 Oct 2024 02:09:25 -0400 Subject: Take a swing at putting an invite UI in place. --- ui/routes/+layout.svelte | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/routes/+layout.svelte') diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte index 7b99d62..fdd3883 100644 --- a/ui/routes/+layout.svelte +++ b/ui/routes/+layout.svelte @@ -4,6 +4,7 @@ import { currentUser } from '$lib/store'; import LogOut from '$lib/components/LogOut.svelte'; + import Invite from '$lib/components/Invite.svelte';
@@ -12,6 +13,7 @@ understory {#if $currentUser} + {/if} -- cgit v1.2.3