-
+
+ {/snippet}
+ {#snippet content()}
+
{#each textsForPaths as route}
{/each}
-
-
+ {/snippet}
+
diff --git a/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/+layout.svelte b/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/+layout.svelte
index caf75982f..8acce7bbd 100644
--- a/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/+layout.svelte
+++ b/source/SIL.AppBuilder.Portal/src/routes/(authenticated)/+layout.svelte
@@ -8,6 +8,7 @@
import { signOut } from '@auth/sveltekit/client';
import { RoleId } from 'sil.appbuilder.portal.common/prisma';
import type { LayoutData } from './$types';
+ import Dropdown from '$lib/components/Dropdown.svelte';
interface Props {
data: LayoutData;
@@ -53,16 +54,20 @@